Html Css Color HEX #FD2808 Scarlet

📋 copy color: '#FD2808'

red 253 ◦ green 40 ◦ blue 8

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

Shades of Scarlet #FD2808

Tints of Scarlet #FD2808

RGB

 RED value IS 253 (99.22% from 255) = 84.05%

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 84.05%
G = 13.29%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD2808 (or 0xFD2808) is known color: Scarlet. HEX triplet: FD, 28 and 08. RGB value is (253,40,8). Sum of RGB (Red+Green+Blue) = 253+40+8=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2808 is #02D7F7. Grayscale: #646464. Windows color (decimal): -186360 or 534781. OLE color: 534781.

HSL color Cylindrical-coordinate representation of color #FD2808: hue angle of 7.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD2808 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 40 8 -
CMYK 0 0.84 0.97 0.01
HSL 7.84º 0.98% 0.51% -
HSV(B) 7.84º 0.97% 0.99% -
XYZ 41.31 22.42 2.38 -
YUV 100.04 76.07 237.1 -
System Red Green Blue C M Y K H S L
Decimal 253 40 8 0 0.84 0.97 0.01 7.84 0.98 0.51
Hex FD 28 8 0 54 61 1 8 62 33
Octal 375 50 10 0 124 141 1 10 142 63
Binary 11111101 101000 1000 0 1010100 1100001 1 1000 1100010 110011

Color Harmonies of #FD2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2808

Black with #FD2808

Text Example


Text Example

White with #FD2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2808; }

 p { color: rgb(253,40,8); }

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

background-color css

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

 a { background-color: rgb(253,40,8); }

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

border-color css

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

 span { border-color: rgb(253,40,8); }

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