Html Css Color HEX #CA0033 Crimson

📋 copy color: '#CA0033'

red 202 ◦ green 0 ◦ blue 51

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

Shades of Crimson #CA0033

Tints of Crimson #CA0033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 79.84%
G = 0%
B = 20.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA0033 (or 0xCA0033) is known color: Crimson. HEX triplet: CA, 00 and 33. RGB value is (202,0,51). Sum of RGB (Red+Green+Blue) = 202+0+51=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0033 is #35FFCC. Grayscale: #424242. Windows color (decimal): -3538893 or 3342538. OLE color: 3342538.

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

Color convert

RGB 202 0 51 -
CMYK 0 1 0.75 0.21
HSL 344.85º 1% 0.4% -
HSV(B) 344.85º 1% 0.79% -
XYZ 24.95 12.8 4.29 -
YUV 66.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 202 0 51 0 1 0.75 0.21 344.85 1 0.4
Hex CA 0 33 0 64 4B 15 159 64 28
Octal 312 0 63 0 144 113 25 531 144 50
Binary 11001010 0 110011 0 1100100 1001011 10101 101011001 1100100 101000

Color Harmonies of #CA0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0033

Black with #CA0033

Text Example


Text Example

White with #CA0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0033; }

 p { color: rgb(202,0,51); }

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

background-color css

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

 a { background-color: rgb(202,0,51); }

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

border-color css

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

 span { border-color: rgb(202,0,51); }

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