Html Css Color HEX #DE0735 Crimson

📋 copy color: '#DE0735'

red 222 ◦ green 7 ◦ blue 53

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

Shades of Crimson #DE0735

Tints of Crimson #DE0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 78.72%
G = 2.48%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE0735 (or 0xDE0735) is known color: Crimson. HEX triplet: DE, 07 and 35. RGB value is (222,7,53). Sum of RGB (Red+Green+Blue) = 222+7+53=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0735 is #21F8CA. Grayscale: #4C4C4C. Windows color (decimal): -2226379 or 3475422. OLE color: 3475422.

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

Color convert

RGB 222 7 53 -
CMYK 0 0.97 0.76 0.13
HSL 347.16º 0.94% 0.45% -
HSV(B) 347.16º 0.97% 0.87% -
XYZ 30.84 15.94 4.82 -
YUV 76.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 222 7 53 0 0.97 0.76 0.13 347.16 0.94 0.45
Hex DE 7 35 0 61 4C D 15B 5E 2D
Octal 336 7 65 0 141 114 15 533 136 55
Binary 11011110 111 110101 0 1100001 1001100 1101 101011011 1011110 101101

Color Harmonies of #DE0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0735

Black with #DE0735

Text Example


Text Example

White with #DE0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0735; }

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

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

background-color css

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

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

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

border-color css

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

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

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