Html Css Color HEX #FD3512 Scarlet

📋 copy color: '#FD3512'

red 253 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #FD3512

Tints of Scarlet #FD3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 78.09%
G = 16.36%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD3512 (or 0xFD3512) is known color: Scarlet. HEX triplet: FD, 35 and 12. RGB value is (253,53,18). Sum of RGB (Red+Green+Blue) = 253+53+18=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3512 is #02CAED. Grayscale: #6D6D6D. Windows color (decimal): -183022 or 1193469. OLE color: 1193469.

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

Color convert

RGB 253 53 18 -
CMYK 0 0.79 0.93 0.01
HSL 8.94º 0.98% 0.53% -
HSV(B) 8.94º 0.93% 0.99% -
XYZ 41.89 23.47 2.9 -
YUV 108.81 76.76 230.85 -
System Red Green Blue C M Y K H S L
Decimal 253 53 18 0 0.79 0.93 0.01 8.94 0.98 0.53
Hex FD 35 12 0 4F 5D 1 9 62 35
Octal 375 65 22 0 117 135 1 11 142 65
Binary 11111101 110101 10010 0 1001111 1011101 1 1001 1100010 110101

Color Harmonies of #FD3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3512

Black with #FD3512

Text Example


Text Example

White with #FD3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3512; }

 p { color: rgb(253,53,18); }

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

background-color css

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

 a { background-color: rgb(253,53,18); }

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

border-color css

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

 span { border-color: rgb(253,53,18); }

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