Html Css Color HEX #CA0240 Crimson

📋 copy color: '#CA0240'

red 202 ◦ green 2 ◦ blue 64

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

Shades of Crimson #CA0240

Tints of Crimson #CA0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 75.37%
G = 0.75%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0240 (or 0xCA0240) is known color: Crimson. HEX triplet: CA, 02 and 40. RGB value is (202,2,64). Sum of RGB (Red+Green+Blue) = 202+2+64=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0240 is #35FDBF. Grayscale: #444444. Windows color (decimal): -3538368 or 4195018. OLE color: 4195018.

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

Color convert

RGB 202 2 64 -
CMYK 0 0.99 0.68 0.21
HSL 341.4º 0.98% 0.4% -
HSV(B) 341.4º 0.99% 0.79% -
XYZ 25.3 12.97 6.02 -
YUV 68.87 125.26 222.96 -
System Red Green Blue C M Y K H S L
Decimal 202 2 64 0 0.99 0.68 0.21 341.4 0.98 0.4
Hex CA 2 40 0 63 44 15 155 62 28
Octal 312 2 100 0 143 104 25 525 142 50
Binary 11001010 10 1000000 0 1100011 1000100 10101 101010101 1100010 101000

Color Harmonies of #CA0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0240

Black with #CA0240

Text Example


Text Example

White with #CA0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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