Html Css Color HEX #DE1503 Scarlet

📋 copy color: '#DE1503'

red 222 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #DE1503

Tints of Scarlet #DE1503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 90.24%
G = 8.54%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE1503 (or 0xDE1503) is known color: Scarlet. HEX triplet: DE, 15 and 03. RGB value is (222,21,3). Sum of RGB (Red+Green+Blue) = 222+21+3=246 (32% of max value = 765). Red value is 222 (87.11% from 255 or 90.24% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1503 is #21EAFC. Grayscale: #4F4F4F. Windows color (decimal): -2222845 or 202206. OLE color: 202206.

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

Color convert

RGB 222 21 3 -
CMYK 0 0.91 0.99 0.13
HSL 4.93º 0.97% 0.44% -
HSV(B) 4.93º 0.99% 0.87% -
XYZ 30.41 16.07 1.59 -
YUV 79.05 85.09 229.96 -
System Red Green Blue C M Y K H S L
Decimal 222 21 3 0 0.91 0.99 0.13 4.93 0.97 0.44
Hex DE 15 3 0 5B 63 D 5 61 2C
Octal 336 25 3 0 133 143 15 5 141 54
Binary 11011110 10101 11 0 1011011 1100011 1101 101 1100001 101100

Color Harmonies of #DE1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1503

Black with #DE1503

Text Example


Text Example

White with #DE1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1503; }

 p { color: rgb(222,21,3); }

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

background-color css

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

 a { background-color: rgb(222,21,3); }

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

border-color css

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

 span { border-color: rgb(222,21,3); }

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