Html Css Color HEX #CA154A Cardinal

📋 copy color: '#CA154A'

red 202 ◦ green 21 ◦ blue 74

#CA154A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA154A

Tints of Cardinal #CA154A

RGB

 RED value IS 202 (79.3% from 255) = 68.01%

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 68.01%
G = 7.07%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA154A (or 0xCA154A) is known color: Cardinal. HEX triplet: CA, 15 and 4A. RGB value is (202,21,74). Sum of RGB (Red+Green+Blue) = 202+21+74=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA154A is #35EAB5. Grayscale: #515151. Windows color (decimal): -3533494 or 4855242. OLE color: 4855242.

HSL color Cylindrical-coordinate representation of color #CA154A: hue angle of 342.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA154A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 74 -
CMYK 0 0.90 0.63 0.21
HSL 342.43º 0.81% 0.44% -
HSV(B) 342.43º 0.9% 0.79% -
XYZ 25.86 13.59 7.74 -
YUV 81.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 202 21 74 0 0.90 0.63 0.21 342.43 0.81 0.44
Hex CA 15 4A 0 5A 3F 15 156 51 2C
Octal 312 25 112 0 132 77 25 526 121 54
Binary 11001010 10101 1001010 0 1011010 111111 10101 101010110 1010001 101100

Color Harmonies of #CA154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA154A

Black with #CA154A

Text Example


Text Example

White with #CA154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA154A; }

 p { color: rgb(202,21,74); }

 H1.HeaderClassName
 {
   color: #CA154A;
 }
 .AnyTagClassName
 {
   color: #CA154A;
 }
</style>

background-color css

<style>
 a { background-color: #CA154A; }

 a { background-color: rgb(202,21,74); }

 div.DivClassName
 {
   background-color: #CA154A;
 }
 .BgClassName
 {
   background-color: #CA154A;
 }
</style>

border-color css

<style>
 span { border-color: #CA154A; }

 span { border-color: rgb(202,21,74); }

 td.TdClassName
 {
   border-color: #CA154A;
 }
 .TagClassName
 {
   border-color: #CA154A;
 }
</style>