Html Css Color HEX #CA0336 Crimson

📋 copy color: '#CA0336'

red 202 ◦ green 3 ◦ blue 54

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

Shades of Crimson #CA0336

Tints of Crimson #CA0336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 77.99%
G = 1.16%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0336 (or 0xCA0336) is known color: Crimson. HEX triplet: CA, 03 and 36. RGB value is (202,3,54). Sum of RGB (Red+Green+Blue) = 202+3+54=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0336 is #35FCC9. Grayscale: #444444. Windows color (decimal): -3538122 or 3539914. OLE color: 3539914.

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

Color convert

RGB 202 3 54 -
CMYK 0 0.99 0.73 0.21
HSL 344.62º 0.97% 0.4% -
HSV(B) 344.62º 0.99% 0.79% -
XYZ 25.06 12.89 4.66 -
YUV 68.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 202 3 54 0 0.99 0.73 0.21 344.62 0.97 0.4
Hex CA 3 36 0 63 49 15 159 61 28
Octal 312 3 66 0 143 111 25 531 141 50
Binary 11001010 11 110110 0 1100011 1001001 10101 101011001 1100001 101000

Color Harmonies of #CA0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0336

Black with #CA0336

Text Example


Text Example

White with #CA0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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