Html Css Color HEX #CA0131 Crimson

📋 copy color: '#CA0131'

red 202 ◦ green 1 ◦ blue 49

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

Shades of Crimson #CA0131

Tints of Crimson #CA0131

RGB

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

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

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

R = 80.16%
G = 0.4%
B = 19.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA0131 (or 0xCA0131) is known color: Crimson. HEX triplet: CA, 01 and 31. RGB value is (202,1,49). Sum of RGB (Red+Green+Blue) = 202+1+49=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0131 is #35FECE. Grayscale: #424242. Windows color (decimal): -3538639 or 3211722. OLE color: 3211722.

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

Color convert

RGB 202 1 49 -
CMYK 0 1.00 0.76 0.21
HSL 345.67º 0.99% 0.4% -
HSV(B) 345.67º 1% 0.79% -
XYZ 24.92 12.8 4.06 -
YUV 66.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 202 1 49 0 1.00 0.76 0.21 345.67 0.99 0.4
Hex CA 1 31 0 64 4C 15 15A 63 28
Octal 312 1 61 0 144 114 25 532 143 50
Binary 11001010 1 110001 0 1100100 1001100 10101 101011010 1100011 101000

Color Harmonies of #CA0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0131

Black with #CA0131

Text Example


Text Example

White with #CA0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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