Html Css Color HEX #CA0840 Crimson

📋 copy color: '#CA0840'

red 202 ◦ green 8 ◦ blue 64

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

Shades of Crimson #CA0840

Tints of Crimson #CA0840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

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

R = 73.72%
G = 2.92%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA0840 (or 0xCA0840) is known color: Crimson. HEX triplet: CA, 08 and 40. RGB value is (202,8,64). Sum of RGB (Red+Green+Blue) = 202+8+64=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0840 is #35F7BF. Grayscale: #484848. Windows color (decimal): -3536832 or 4196554. OLE color: 4196554.

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

Color convert

RGB 202 8 64 -
CMYK 0 0.96 0.68 0.21
HSL 342.68º 0.92% 0.41% -
HSV(B) 342.68º 0.96% 0.79% -
XYZ 25.37 13.1 6.04 -
YUV 72.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 202 8 64 0 0.96 0.68 0.21 342.68 0.92 0.41
Hex CA 8 40 0 60 44 15 157 5C 29
Octal 312 10 100 0 140 104 25 527 134 51
Binary 11001010 1000 1000000 0 1100000 1000100 10101 101010111 1011100 101001

Color Harmonies of #CA0840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0840

Black with #CA0840

Text Example


Text Example

White with #CA0840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0840; }

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

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

background-color css

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

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

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

border-color css

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

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

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