Html Css Color HEX #FD3200 Scarlet

📋 copy color: '#FD3200'

red 253 ◦ green 50 ◦ blue 0

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

Shades of Scarlet #FD3200

Tints of Scarlet #FD3200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 83.5%
G = 16.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD3200 (or 0xFD3200) is known color: Scarlet. HEX triplet: FD, 32 and 00. RGB value is (253,50,0). Sum of RGB (Red+Green+Blue) = 253+50+0=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3200 is #02CDFF. Grayscale: #696969. Windows color (decimal): -183808 or 13053. OLE color: 13053.

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

Color convert

RGB 253 50 0 -
CMYK 0 0.80 1 0.01
HSL 11.86º 1% 0.5% -
HSV(B) 11.86º 1% 0.99% -
XYZ 41.65 23.16 2.28 -
YUV 105 68.75 233.57 -
System Red Green Blue C M Y K H S L
Decimal 253 50 0 0 0.80 1 0.01 11.86 1 0.5
Hex FD 32 0 0 50 64 1 C 64 32
Octal 375 62 0 0 120 144 1 14 144 62
Binary 11111101 110010 0 0 1010000 1100100 1 1100 1100100 110010

Color Harmonies of #FD3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3200

Black with #FD3200

Text Example


Text Example

White with #FD3200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3200; }

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

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

background-color css

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

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

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

border-color css

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

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

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