Html Css Color HEX #CA0937 Crimson

📋 copy color: '#CA0937'

red 202 ◦ green 9 ◦ blue 55

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

Shades of Crimson #CA0937

Tints of Crimson #CA0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 75.94%
G = 3.38%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0937 (or 0xCA0937) is known color: Crimson. HEX triplet: CA, 09 and 37. RGB value is (202,9,55). Sum of RGB (Red+Green+Blue) = 202+9+55=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0937 is #35F6C8. Grayscale: #474747. Windows color (decimal): -3536585 or 3606986. OLE color: 3606986.

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

Color convert

RGB 202 9 55 -
CMYK 0 0.96 0.73 0.21
HSL 345.7º 0.91% 0.41% -
HSV(B) 345.7º 0.96% 0.79% -
XYZ 25.14 13.03 4.8 -
YUV 71.95 118.44 220.76 -
System Red Green Blue C M Y K H S L
Decimal 202 9 55 0 0.96 0.73 0.21 345.7 0.91 0.41
Hex CA 9 37 0 60 49 15 15A 5B 29
Octal 312 11 67 0 140 111 25 532 133 51
Binary 11001010 1001 110111 0 1100000 1001001 10101 101011010 1011011 101001

Color Harmonies of #CA0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0937

Black with #CA0937

Text Example


Text Example

White with #CA0937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0937; }

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

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

background-color css

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

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

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

border-color css

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

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

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