Html Css Color HEX #FD2908 Scarlet

📋 copy color: '#FD2908'

red 253 ◦ green 41 ◦ blue 8

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

Shades of Scarlet #FD2908

Tints of Scarlet #FD2908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 83.77%
G = 13.58%
B = 2.65%

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

#FD2908 (or 0xFD2908) is known color: Scarlet. HEX triplet: FD, 29 and 08. RGB value is (253,41,8). Sum of RGB (Red+Green+Blue) = 253+41+8=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2908 is #02D6F7. Grayscale: #646464. Windows color (decimal): -186104 or 535037. OLE color: 535037.

HSL color Cylindrical-coordinate representation of color #FD2908: hue angle of 8.08º 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 #FD2908 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 8 -
CMYK 0 0.84 0.97 0.01
HSL 8.08º 0.98% 0.51% -
HSV(B) 8.08º 0.97% 0.99% -
XYZ 41.34 22.49 2.39 -
YUV 100.63 75.74 236.68 -
System Red Green Blue C M Y K H S L
Decimal 253 41 8 0 0.84 0.97 0.01 8.08 0.98 0.51
Hex FD 29 8 0 54 61 1 8 62 33
Octal 375 51 10 0 124 141 1 10 142 63
Binary 11111101 101001 1000 0 1010100 1100001 1 1000 1100010 110011

Color Harmonies of #FD2908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2908

Black with #FD2908

Text Example


Text Example

White with #FD2908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2908; }

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

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

background-color css

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

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

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

border-color css

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

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

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