Html Css Color HEX #CA0137 Crimson

📋 copy color: '#CA0137'

red 202 ◦ green 1 ◦ blue 55

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

Shades of Crimson #CA0137

Tints of Crimson #CA0137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 78.29%
G = 0.39%
B = 21.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0137 (or 0xCA0137) is known color: Crimson. HEX triplet: CA, 01 and 37. RGB value is (202,1,55). Sum of RGB (Red+Green+Blue) = 202+1+55=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0137 is #35FEC8. Grayscale: #434343. Windows color (decimal): -3538633 or 3604938. OLE color: 3604938.

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

Color convert

RGB 202 1 55 -
CMYK 0 1.00 0.73 0.21
HSL 343.88º 0.99% 0.4% -
HSV(B) 343.88º 1% 0.79% -
XYZ 25.06 12.85 4.77 -
YUV 67.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 202 1 55 0 1.00 0.73 0.21 343.88 0.99 0.4
Hex CA 1 37 0 64 49 15 158 63 28
Octal 312 1 67 0 144 111 25 530 143 50
Binary 11001010 1 110111 0 1100100 1001001 10101 101011000 1100011 101000

Color Harmonies of #CA0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0137

Black with #CA0137

Text Example


Text Example

White with #CA0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0137; }

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

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

background-color css

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

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

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

border-color css

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

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

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