Html Css Color HEX #CA0935 Crimson

📋 copy color: '#CA0935'

red 202 ◦ green 9 ◦ blue 53

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

Shades of Crimson #CA0935

Tints of Crimson #CA0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 76.52%
G = 3.41%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA0935 (or 0xCA0935) is known color: Crimson. HEX triplet: CA, 09 and 35. RGB value is (202,9,53). Sum of RGB (Red+Green+Blue) = 202+9+53=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0935 is #35F6CA. Grayscale: #474747. Windows color (decimal): -3536587 or 3475914. OLE color: 3475914.

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

Color convert

RGB 202 9 53 -
CMYK 0 0.96 0.74 0.21
HSL 346.32º 0.91% 0.41% -
HSV(B) 346.32º 0.96% 0.79% -
XYZ 25.1 13.01 4.56 -
YUV 71.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 202 9 53 0 0.96 0.74 0.21 346.32 0.91 0.41
Hex CA 9 35 0 60 4A 15 15A 5B 29
Octal 312 11 65 0 140 112 25 532 133 51
Binary 11001010 1001 110101 0 1100000 1001010 10101 101011010 1011011 101001

Color Harmonies of #CA0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0935

Black with #CA0935

Text Example


Text Example

White with #CA0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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