Html Css Color HEX #CA0F40 Cardinal

📋 copy color: '#CA0F40'

red 202 ◦ green 15 ◦ blue 64

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

Shades of Cardinal #CA0F40

Tints of Cardinal #CA0F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 71.89%
G = 5.34%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0F40 (or 0xCA0F40) is known color: Cardinal. HEX triplet: CA, 0F and 40. RGB value is (202,15,64). Sum of RGB (Red+Green+Blue) = 202+15+64=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F40 is #35F0BF. Grayscale: #4C4C4C. Windows color (decimal): -3535040 or 4198346. OLE color: 4198346.

HSL color Cylindrical-coordinate representation of color #CA0F40: hue angle of 344.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F40 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 15 64 -
CMYK 0 0.93 0.68 0.21
HSL 344.28º 0.86% 0.43% -
HSV(B) 344.28º 0.93% 0.79% -
XYZ 25.45 13.27 6.07 -
YUV 76.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 202 15 64 0 0.93 0.68 0.21 344.28 0.86 0.43
Hex CA F 40 0 5D 44 15 158 56 2B
Octal 312 17 100 0 135 104 25 530 126 53
Binary 11001010 1111 1000000 0 1011101 1000100 10101 101011000 1010110 101011

Color Harmonies of #CA0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F40

Black with #CA0F40

Text Example


Text Example

White with #CA0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F40; }

 p { color: rgb(202,15,64); }

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

background-color css

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

 a { background-color: rgb(202,15,64); }

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

border-color css

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

 span { border-color: rgb(202,15,64); }

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