Html Css Color HEX #DE1C04 Scarlet

📋 copy color: '#DE1C04'

red 222 ◦ green 28 ◦ blue 4

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

Shades of Scarlet #DE1C04

Tints of Scarlet #DE1C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 87.4%
G = 11.02%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE1C04 (or 0xDE1C04) is known color: Scarlet. HEX triplet: DE, 1C and 04. RGB value is (222,28,4). Sum of RGB (Red+Green+Blue) = 222+28+4=254 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.40% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1C04 is #21E3FB. Grayscale: #535353. Windows color (decimal): -2221052 or 269534. OLE color: 269534.

HSL color Cylindrical-coordinate representation of color #DE1C04: hue angle of 6.61º 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 #DE1C04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 28 4 -
CMYK 0 0.87 0.98 0.13
HSL 6.61º 0.96% 0.44% -
HSV(B) 6.61º 0.98% 0.87% -
XYZ 30.56 16.37 1.66 -
YUV 83.27 83.27 226.95 -
System Red Green Blue C M Y K H S L
Decimal 222 28 4 0 0.87 0.98 0.13 6.61 0.96 0.44
Hex DE 1C 4 0 57 62 D 7 60 2C
Octal 336 34 4 0 127 142 15 7 140 54
Binary 11011110 11100 100 0 1010111 1100010 1101 111 1100000 101100

Color Harmonies of #DE1C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C04

Black with #DE1C04

Text Example


Text Example

White with #DE1C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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