Html Css Color HEX #CA0E4D Crimson

📋 copy color: '#CA0E4D'

red 202 ◦ green 14 ◦ blue 77

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

Shades of Crimson #CA0E4D

Tints of Crimson #CA0E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.78%

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 68.94%
G = 4.78%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA0E4D (or 0xCA0E4D) is known color: Crimson. HEX triplet: CA, 0E and 4D. RGB value is (202,14,77). Sum of RGB (Red+Green+Blue) = 202+14+77=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E4D is #35F1B2. Grayscale: #4D4D4D. Windows color (decimal): -3535283 or 5050058. OLE color: 5050058.

HSL color Cylindrical-coordinate representation of color #CA0E4D: hue angle of 339.89º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E4D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 77 -
CMYK 0 0.93 0.62 0.21
HSL 339.89º 0.87% 0.42% -
HSV(B) 339.89º 0.93% 0.79% -
XYZ 25.85 13.41 8.25 -
YUV 77.39 127.78 216.88 -
System Red Green Blue C M Y K H S L
Decimal 202 14 77 0 0.93 0.62 0.21 339.89 0.87 0.42
Hex CA E 4D 0 5D 3E 15 154 57 2A
Octal 312 16 115 0 135 76 25 524 127 52
Binary 11001010 1110 1001101 0 1011101 111110 10101 101010100 1010111 101010

Color Harmonies of #CA0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E4D

Black with #CA0E4D

Text Example


Text Example

White with #CA0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E4D; }

 p { color: rgb(202,14,77); }

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

background-color css

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

 a { background-color: rgb(202,14,77); }

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

border-color css

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

 span { border-color: rgb(202,14,77); }

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