Html Css Color HEX #CA0C40 Crimson

📋 copy color: '#CA0C40'

red 202 ◦ green 12 ◦ blue 64

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

Shades of Crimson #CA0C40

Tints of Crimson #CA0C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

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

R = 72.66%
G = 4.32%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0C40 (or 0xCA0C40) is known color: Crimson. HEX triplet: CA, 0C and 40. RGB value is (202,12,64). Sum of RGB (Red+Green+Blue) = 202+12+64=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C40 is #35F3BF. Grayscale: #4A4A4A. Windows color (decimal): -3535808 or 4197578. OLE color: 4197578.

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

Color convert

RGB 202 12 64 -
CMYK 0 0.94 0.68 0.21
HSL 343.58º 0.89% 0.42% -
HSV(B) 343.58º 0.94% 0.79% -
XYZ 25.41 13.19 6.06 -
YUV 74.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 202 12 64 0 0.94 0.68 0.21 343.58 0.89 0.42
Hex CA C 40 0 5E 44 15 158 59 2A
Octal 312 14 100 0 136 104 25 530 131 52
Binary 11001010 1100 1000000 0 1011110 1000100 10101 101011000 1011001 101010

Color Harmonies of #CA0C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C40

Black with #CA0C40

Text Example


Text Example

White with #CA0C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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