Html Css Color HEX #CA0C3E Crimson

📋 copy color: '#CA0C3E'

red 202 ◦ green 12 ◦ blue 62

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

Shades of Crimson #CA0C3E

Tints of Crimson #CA0C3E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 73.19%
G = 4.35%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA0C3E (or 0xCA0C3E) is known color: Crimson. HEX triplet: CA, 0C and 3E. RGB value is (202,12,62). Sum of RGB (Red+Green+Blue) = 202+12+62=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C3E is #35F3C1. Grayscale: #4A4A4A. Windows color (decimal): -3535810 or 4066506. OLE color: 4066506.

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

Color convert

RGB 202 12 62 -
CMYK 0 0.94 0.69 0.21
HSL 344.21º 0.89% 0.42% -
HSV(B) 344.21º 0.94% 0.79% -
XYZ 25.36 13.17 5.76 -
YUV 74.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 202 12 62 0 0.94 0.69 0.21 344.21 0.89 0.42
Hex CA C 3E 0 5E 45 15 158 59 2A
Octal 312 14 76 0 136 105 25 530 131 52
Binary 11001010 1100 111110 0 1011110 1000101 10101 101011000 1011001 101010

Color Harmonies of #CA0C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C3E

Black with #CA0C3E

Text Example


Text Example

White with #CA0C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C3E; }

 p { color: rgb(202,12,62); }

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

background-color css

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

 a { background-color: rgb(202,12,62); }

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

border-color css

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

 span { border-color: rgb(202,12,62); }

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