Html Css Color HEX #CA022F Crimson

📋 copy color: '#CA022F'

red 202 ◦ green 2 ◦ blue 47

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

Shades of Crimson #CA022F

Tints of Crimson #CA022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 80.48%
G = 0.8%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA022F (or 0xCA022F) is known color: Crimson. HEX triplet: CA, 02 and 2F. RGB value is (202,2,47). Sum of RGB (Red+Green+Blue) = 202+2+47=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA022F is #35FDD0. Grayscale: #424242. Windows color (decimal): -3538385 or 3080906. OLE color: 3080906.

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

Color convert

RGB 202 2 47 -
CMYK 0 0.99 0.77 0.21
HSL 346.5º 0.98% 0.4% -
HSV(B) 346.5º 0.99% 0.79% -
XYZ 24.89 12.81 3.85 -
YUV 66.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 202 2 47 0 0.99 0.77 0.21 346.5 0.98 0.4
Hex CA 2 2F 0 63 4D 15 15A 62 28
Octal 312 2 57 0 143 115 25 532 142 50
Binary 11001010 10 101111 0 1100011 1001101 10101 101011010 1100010 101000

Color Harmonies of #CA022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA022F

Black with #CA022F

Text Example


Text Example

White with #CA022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA022F; }

 p { color: rgb(202,2,47); }

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

background-color css

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

 a { background-color: rgb(202,2,47); }

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

border-color css

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

 span { border-color: rgb(202,2,47); }

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