Html Css Color HEX #DE0A2D Crimson

📋 copy color: '#DE0A2D'

red 222 ◦ green 10 ◦ blue 45

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

Shades of Crimson #DE0A2D

Tints of Crimson #DE0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.61%

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 80.14%
G = 3.61%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE0A2D (or 0xDE0A2D) is known color: Crimson. HEX triplet: DE, 0A and 2D. RGB value is (222,10,45). Sum of RGB (Red+Green+Blue) = 222+10+45=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0A2D is #21F5D2. Grayscale: #4D4D4D. Windows color (decimal): -2225619 or 2951902. OLE color: 2951902.

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

Color convert

RGB 222 10 45 -
CMYK 0 0.95 0.80 0.13
HSL 350.09º 0.91% 0.45% -
HSV(B) 350.09º 0.95% 0.87% -
XYZ 30.71 15.94 3.94 -
YUV 77.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 222 10 45 0 0.95 0.80 0.13 350.09 0.91 0.45
Hex DE A 2D 0 5F 50 D 15E 5B 2D
Octal 336 12 55 0 137 120 15 536 133 55
Binary 11011110 1010 101101 0 1011111 1010000 1101 101011110 1011011 101101

Color Harmonies of #DE0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0A2D

Black with #DE0A2D

Text Example


Text Example

White with #DE0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0A2D; }

 p { color: rgb(222,10,45); }

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

background-color css

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

 a { background-color: rgb(222,10,45); }

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

border-color css

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

 span { border-color: rgb(222,10,45); }

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