Html Css Color HEX #CA0A40 Crimson

📋 copy color: '#CA0A40'

red 202 ◦ green 10 ◦ blue 64

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

Shades of Crimson #CA0A40

Tints of Crimson #CA0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 73.19%
G = 3.62%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0A40 (or 0xCA0A40) is known color: Crimson. HEX triplet: CA, 0A and 40. RGB value is (202,10,64). Sum of RGB (Red+Green+Blue) = 202+10+64=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0A40 is #35F5BF. Grayscale: #494949. Windows color (decimal): -3536320 or 4197066. OLE color: 4197066.

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

Color convert

RGB 202 10 64 -
CMYK 0 0.95 0.68 0.21
HSL 343.13º 0.91% 0.42% -
HSV(B) 343.13º 0.95% 0.79% -
XYZ 25.39 13.14 6.05 -
YUV 73.56 122.61 219.61 -
System Red Green Blue C M Y K H S L
Decimal 202 10 64 0 0.95 0.68 0.21 343.13 0.91 0.42
Hex CA A 40 0 5F 44 15 157 5B 2A
Octal 312 12 100 0 137 104 25 527 133 52
Binary 11001010 1010 1000000 0 1011111 1000100 10101 101010111 1011011 101010

Color Harmonies of #CA0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A40

Black with #CA0A40

Text Example


Text Example

White with #CA0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A40; }

 p { color: rgb(202,10,64); }

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

background-color css

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

 a { background-color: rgb(202,10,64); }

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

border-color css

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

 span { border-color: rgb(202,10,64); }

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