Html Css Color HEX #CA0933 Crimson

📋 copy color: '#CA0933'

red 202 ◦ green 9 ◦ blue 51

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

Shades of Crimson #CA0933

Tints of Crimson #CA0933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 77.1%
G = 3.44%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA0933 (or 0xCA0933) is known color: Crimson. HEX triplet: CA, 09 and 33. RGB value is (202,9,51). Sum of RGB (Red+Green+Blue) = 202+9+51=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0933 is #35F6CC. Grayscale: #474747. Windows color (decimal): -3536589 or 3344842. OLE color: 3344842.

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

Color convert

RGB 202 9 51 -
CMYK 0 0.96 0.75 0.21
HSL 346.94º 0.91% 0.41% -
HSV(B) 346.94º 0.96% 0.79% -
XYZ 25.05 12.99 4.32 -
YUV 71.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 202 9 51 0 0.96 0.75 0.21 346.94 0.91 0.41
Hex CA 9 33 0 60 4B 15 15B 5B 29
Octal 312 11 63 0 140 113 25 533 133 51
Binary 11001010 1001 110011 0 1100000 1001011 10101 101011011 1011011 101001

Color Harmonies of #CA0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0933

Black with #CA0933

Text Example


Text Example

White with #CA0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0933; }

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

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

background-color css

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

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

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

border-color css

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

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

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