Html Css Color HEX #CA0835 Crimson

📋 copy color: '#CA0835'

red 202 ◦ green 8 ◦ blue 53

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

Shades of Crimson #CA0835

Tints of Crimson #CA0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 76.81%
G = 3.04%
B = 20.15%

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

#CA0835 (or 0xCA0835) is known color: Crimson. HEX triplet: CA, 08 and 35. RGB value is (202,8,53). Sum of RGB (Red+Green+Blue) = 202+8+53=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0835 is #35F7CA. Grayscale: #474747. Windows color (decimal): -3536843 or 3475658. OLE color: 3475658.

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

Color convert

RGB 202 8 53 -
CMYK 0 0.96 0.74 0.21
HSL 346.08º 0.92% 0.41% -
HSV(B) 346.08º 0.96% 0.79% -
XYZ 25.09 12.99 4.55 -
YUV 71.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 202 8 53 0 0.96 0.74 0.21 346.08 0.92 0.41
Hex CA 8 35 0 60 4A 15 15A 5C 29
Octal 312 10 65 0 140 112 25 532 134 51
Binary 11001010 1000 110101 0 1100000 1001010 10101 101011010 1011100 101001

Color Harmonies of #CA0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0835

Black with #CA0835

Text Example


Text Example

White with #CA0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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