Html Css Color HEX #CA0040 Crimson

📋 copy color: '#CA0040'

red 202 ◦ green 0 ◦ blue 64

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

Shades of Crimson #CA0040

Tints of Crimson #CA0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.94%
G = 0%
B = 24.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0040 (or 0xCA0040) is known color: Crimson. HEX triplet: CA, 00 and 40. RGB value is (202,0,64). Sum of RGB (Red+Green+Blue) = 202+0+64=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0040 is #35FFBF. Grayscale: #434343. Windows color (decimal): -3538880 or 4194506. OLE color: 4194506.

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

Color convert

RGB 202 0 64 -
CMYK 0 1 0.68 0.21
HSL 340.99º 1% 0.4% -
HSV(B) 340.99º 1% 0.79% -
XYZ 25.28 12.93 6.01 -
YUV 67.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 202 0 64 0 1 0.68 0.21 340.99 1 0.4
Hex CA 0 40 0 64 44 15 155 64 28
Octal 312 0 100 0 144 104 25 525 144 50
Binary 11001010 0 1000000 0 1100100 1000100 10101 101010101 1100100 101000

Color Harmonies of #CA0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0040

Black with #CA0040

Text Example


Text Example

White with #CA0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0040; }

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

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

background-color css

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

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

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

border-color css

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

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

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