Html Css Color HEX #CA0331 Crimson

📋 copy color: '#CA0331'

red 202 ◦ green 3 ◦ blue 49

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

Shades of Crimson #CA0331

Tints of Crimson #CA0331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 79.53%
G = 1.18%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA0331 (or 0xCA0331) is known color: Crimson. HEX triplet: CA, 03 and 31. RGB value is (202,3,49). Sum of RGB (Red+Green+Blue) = 202+3+49=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0331 is #35FCCE. Grayscale: #434343. Windows color (decimal): -3538127 or 3212234. OLE color: 3212234.

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

Color convert

RGB 202 3 49 -
CMYK 0 0.99 0.76 0.21
HSL 346.13º 0.97% 0.4% -
HSV(B) 346.13º 0.99% 0.79% -
XYZ 24.94 12.84 4.07 -
YUV 67.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 202 3 49 0 0.99 0.76 0.21 346.13 0.97 0.4
Hex CA 3 31 0 63 4C 15 15A 61 28
Octal 312 3 61 0 143 114 25 532 141 50
Binary 11001010 11 110001 0 1100011 1001100 10101 101011010 1100001 101000

Color Harmonies of #CA0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0331

Black with #CA0331

Text Example


Text Example

White with #CA0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0331; }

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

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

background-color css

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

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

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

border-color css

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

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

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