Html Css Color HEX #CA0435 Crimson

📋 copy color: '#CA0435'

red 202 ◦ green 4 ◦ blue 53

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

Shades of Crimson #CA0435

Tints of Crimson #CA0435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 77.99%
G = 1.54%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA0435 (or 0xCA0435) is known color: Crimson. HEX triplet: CA, 04 and 35. RGB value is (202,4,53). Sum of RGB (Red+Green+Blue) = 202+4+53=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0435 is #35FBCA. Grayscale: #444444. Windows color (decimal): -3537867 or 3474634. OLE color: 3474634.

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

Color convert

RGB 202 4 53 -
CMYK 0 0.98 0.74 0.21
HSL 345.15º 0.96% 0.4% -
HSV(B) 345.15º 0.98% 0.79% -
XYZ 25.04 12.9 4.54 -
YUV 68.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 202 4 53 0 0.98 0.74 0.21 345.15 0.96 0.4
Hex CA 4 35 0 62 4A 15 159 60 28
Octal 312 4 65 0 142 112 25 531 140 50
Binary 11001010 100 110101 0 1100010 1001010 10101 101011001 1100000 101000

Color Harmonies of #CA0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0435

Black with #CA0435

Text Example


Text Example

White with #CA0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0435; }

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

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

background-color css

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

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

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

border-color css

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

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

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