Html Css Color HEX #CA032F Crimson

📋 copy color: '#CA032F'

red 202 ◦ green 3 ◦ blue 47

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

Shades of Crimson #CA032F

Tints of Crimson #CA032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 80.16%
G = 1.19%
B = 18.65%

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

#CA032F (or 0xCA032F) is known color: Crimson. HEX triplet: CA, 03 and 2F. RGB value is (202,3,47). Sum of RGB (Red+Green+Blue) = 202+3+47=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA032F is #35FCD0. Grayscale: #434343. Windows color (decimal): -3538129 or 3081162. OLE color: 3081162.

HSL color Cylindrical-coordinate representation of color #CA032F: hue angle of 346.73º degrees, saturation: 0.97, 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 #CA032F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 47 -
CMYK 0 0.99 0.77 0.21
HSL 346.73º 0.97% 0.4% -
HSV(B) 346.73º 0.99% 0.79% -
XYZ 24.9 12.83 3.85 -
YUV 67.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 202 3 47 0 0.99 0.77 0.21 346.73 0.97 0.4
Hex CA 3 2F 0 63 4D 15 15B 61 28
Octal 312 3 57 0 143 115 25 533 141 50
Binary 11001010 11 101111 0 1100011 1001101 10101 101011011 1100001 101000

Color Harmonies of #CA032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA032F

Black with #CA032F

Text Example


Text Example

White with #CA032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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