Html Css Color HEX #FD2200 Scarlet

📋 copy color: '#FD2200'

red 253 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #FD2200

Tints of Scarlet #FD2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.15%
G = 11.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD2200 (or 0xFD2200) is known color: Scarlet. HEX triplet: FD, 22 and 00. RGB value is (253,34,0). Sum of RGB (Red+Green+Blue) = 253+34+0=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2200 is #02DDFF. Grayscale: #5F5F5F. Windows color (decimal): -187904 or 8957. OLE color: 8957.

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

Color convert

RGB 253 34 0 -
CMYK 0 0.87 1 0.01
HSL 8.06º 1% 0.5% -
HSV(B) 8.06º 1% 0.99% -
XYZ 41.08 22.03 2.09 -
YUV 95.61 74.05 240.26 -
System Red Green Blue C M Y K H S L
Decimal 253 34 0 0 0.87 1 0.01 8.06 1 0.5
Hex FD 22 0 0 57 64 1 8 64 32
Octal 375 42 0 0 127 144 1 10 144 62
Binary 11111101 100010 0 0 1010111 1100100 1 1000 1100100 110010

Color Harmonies of #FD2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2200

Black with #FD2200

Text Example


Text Example

White with #FD2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2200; }

 p { color: rgb(253,34,0); }

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

background-color css

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

 a { background-color: rgb(253,34,0); }

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

border-color css

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

 span { border-color: rgb(253,34,0); }

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