Html Css Color HEX #DE0835 Crimson

📋 copy color: '#DE0835'

red 222 ◦ green 8 ◦ blue 53

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

Shades of Crimson #DE0835

Tints of Crimson #DE0835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 78.45%
G = 2.83%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE0835 (or 0xDE0835) is known color: Crimson. HEX triplet: DE, 08 and 35. RGB value is (222,8,53). Sum of RGB (Red+Green+Blue) = 222+8+53=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0835 is #21F7CA. Grayscale: #4D4D4D. Windows color (decimal): -2226123 or 3475678. OLE color: 3475678.

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

Color convert

RGB 222 8 53 -
CMYK 0 0.96 0.76 0.13
HSL 347.38º 0.93% 0.45% -
HSV(B) 347.38º 0.96% 0.87% -
XYZ 30.85 15.96 4.82 -
YUV 77.12 114.4 231.34 -
System Red Green Blue C M Y K H S L
Decimal 222 8 53 0 0.96 0.76 0.13 347.38 0.93 0.45
Hex DE 8 35 0 60 4C D 15B 5D 2D
Octal 336 10 65 0 140 114 15 533 135 55
Binary 11011110 1000 110101 0 1100000 1001100 1101 101011011 1011101 101101

Color Harmonies of #DE0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0835

Black with #DE0835

Text Example


Text Example

White with #DE0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0835; }

 p { color: rgb(222,8,53); }

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

background-color css

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

 a { background-color: rgb(222,8,53); }

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

border-color css

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

 span { border-color: rgb(222,8,53); }

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