Html Css Color HEX #DE0C2A Crimson

📋 copy color: '#DE0C2A'

red 222 ◦ green 12 ◦ blue 42

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

Shades of Crimson #DE0C2A

Tints of Crimson #DE0C2A

RGB

 RED value IS 222 (87.11% from 255) = 80.43%

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 80.43%
G = 4.35%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE0C2A (or 0xDE0C2A) is known color: Crimson. HEX triplet: DE, 0C and 2A. RGB value is (222,12,42). Sum of RGB (Red+Green+Blue) = 222+12+42=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0C2A is #21F3D5. Grayscale: #4E4E4E. Windows color (decimal): -2225110 or 2755806. OLE color: 2755806.

HSL color Cylindrical-coordinate representation of color #DE0C2A: hue angle of 351.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0C2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 12 42 -
CMYK 0 0.95 0.81 0.13
HSL 351.43º 0.9% 0.46% -
HSV(B) 351.43º 0.95% 0.87% -
XYZ 30.67 15.96 3.65 -
YUV 78.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 222 12 42 0 0.95 0.81 0.13 351.43 0.9 0.46
Hex DE C 2A 0 5F 51 D 15F 5A 2E
Octal 336 14 52 0 137 121 15 537 132 56
Binary 11011110 1100 101010 0 1011111 1010001 1101 101011111 1011010 101110

Color Harmonies of #DE0C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C2A

Black with #DE0C2A

Text Example


Text Example

White with #DE0C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C2A; }

 p { color: rgb(222,12,42); }

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

background-color css

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

 a { background-color: rgb(222,12,42); }

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

border-color css

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

 span { border-color: rgb(222,12,42); }

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