Html Css Color HEX #CA0437 Crimson

📋 copy color: '#CA0437'

red 202 ◦ green 4 ◦ blue 55

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

Shades of Crimson #CA0437

Tints of Crimson #CA0437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 77.39%
G = 1.53%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0437 (or 0xCA0437) is known color: Crimson. HEX triplet: CA, 04 and 37. RGB value is (202,4,55). Sum of RGB (Red+Green+Blue) = 202+4+55=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0437 is #35FBC8. Grayscale: #454545. Windows color (decimal): -3537865 or 3605706. OLE color: 3605706.

HSL color Cylindrical-coordinate representation of color #CA0437: hue angle of 344.55º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0437 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 55 -
CMYK 0 0.98 0.73 0.21
HSL 344.55º 0.96% 0.4% -
HSV(B) 344.55º 0.98% 0.79% -
XYZ 25.09 12.92 4.79 -
YUV 69.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 202 4 55 0 0.98 0.73 0.21 344.55 0.96 0.4
Hex CA 4 37 0 62 49 15 159 60 28
Octal 312 4 67 0 142 111 25 531 140 50
Binary 11001010 100 110111 0 1100010 1001001 10101 101011001 1100000 101000

Color Harmonies of #CA0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0437

Black with #CA0437

Text Example


Text Example

White with #CA0437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0437; }

 p { color: rgb(202,4,55); }

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

background-color css

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

 a { background-color: rgb(202,4,55); }

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

border-color css

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

 span { border-color: rgb(202,4,55); }

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