Html Css Color HEX #DE1E01 Scarlet

📋 copy color: '#DE1E01'

red 222 ◦ green 30 ◦ blue 1

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

Shades of Scarlet #DE1E01

Tints of Scarlet #DE1E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 87.75%
G = 11.86%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE1E01 (or 0xDE1E01) is known color: Scarlet. HEX triplet: DE, 1E and 01. RGB value is (222,30,1). Sum of RGB (Red+Green+Blue) = 222+30+1=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1E01 is #21E1FE. Grayscale: #545454. Windows color (decimal): -2220543 or 73438. OLE color: 73438.

HSL color Cylindrical-coordinate representation of color #DE1E01: hue angle of 7.87º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE1E01 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 30 1 -
CMYK 0 0.86 1.00 0.13
HSL 7.87º 0.99% 0.44% -
HSV(B) 7.87º 1% 0.87% -
XYZ 30.59 16.46 1.59 -
YUV 84.1 81.11 226.36 -
System Red Green Blue C M Y K H S L
Decimal 222 30 1 0 0.86 1.00 0.13 7.87 0.99 0.44
Hex DE 1E 1 0 56 64 D 8 63 2C
Octal 336 36 1 0 126 144 15 10 143 54
Binary 11011110 11110 1 0 1010110 1100100 1101 1000 1100011 101100

Color Harmonies of #DE1E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E01

Black with #DE1E01

Text Example


Text Example

White with #DE1E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E01; }

 p { color: rgb(222,30,1); }

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

background-color css

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

 a { background-color: rgb(222,30,1); }

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

border-color css

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

 span { border-color: rgb(222,30,1); }

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