Html Css Color HEX #DE0428 Crimson

📋 copy color: '#DE0428'

red 222 ◦ green 4 ◦ blue 40

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

Shades of Crimson #DE0428

Tints of Crimson #DE0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 83.46%
G = 1.5%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE0428 (or 0xDE0428) is known color: Crimson. HEX triplet: DE, 04 and 28. RGB value is (222,4,40). Sum of RGB (Red+Green+Blue) = 222+4+40=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0428 is #21FBD7. Grayscale: #494949. Windows color (decimal): -2227160 or 2622686. OLE color: 2622686.

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

Color convert

RGB 222 4 40 -
CMYK 0 0.98 0.82 0.13
HSL 350.09º 0.96% 0.44% -
HSV(B) 350.09º 0.98% 0.87% -
XYZ 30.55 15.77 3.44 -
YUV 73.29 109.22 234.07 -
System Red Green Blue C M Y K H S L
Decimal 222 4 40 0 0.98 0.82 0.13 350.09 0.96 0.44
Hex DE 4 28 0 62 52 D 15E 60 2C
Octal 336 4 50 0 142 122 15 536 140 54
Binary 11011110 100 101000 0 1100010 1010010 1101 101011110 1100000 101100

Color Harmonies of #DE0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0428

Black with #DE0428

Text Example


Text Example

White with #DE0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0428; }

 p { color: rgb(222,4,40); }

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

background-color css

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

 a { background-color: rgb(222,4,40); }

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

border-color css

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

 span { border-color: rgb(222,4,40); }

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