Html Css Color HEX #CA0333 Crimson

📋 copy color: '#CA0333'

red 202 ◦ green 3 ◦ blue 51

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

Shades of Crimson #CA0333

Tints of Crimson #CA0333

RGB

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

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

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

R = 78.91%
G = 1.17%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA0333 (or 0xCA0333) is known color: Crimson. HEX triplet: CA, 03 and 33. RGB value is (202,3,51). Sum of RGB (Red+Green+Blue) = 202+3+51=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0333 is #35FCCC. Grayscale: #434343. Windows color (decimal): -3538125 or 3343306. OLE color: 3343306.

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

Color convert

RGB 202 3 51 -
CMYK 0 0.99 0.75 0.21
HSL 345.53º 0.97% 0.4% -
HSV(B) 345.53º 0.99% 0.79% -
XYZ 24.99 12.86 4.3 -
YUV 67.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 202 3 51 0 0.99 0.75 0.21 345.53 0.97 0.4
Hex CA 3 33 0 63 4B 15 15A 61 28
Octal 312 3 63 0 143 113 25 532 141 50
Binary 11001010 11 110011 0 1100011 1001011 10101 101011010 1100001 101000

Color Harmonies of #CA0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0333

Black with #CA0333

Text Example


Text Example

White with #CA0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0333; }

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

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

background-color css

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

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

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

border-color css

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

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

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