Html Css Color HEX #FD3012 Scarlet

📋 copy color: '#FD3012'

red 253 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #FD3012

Tints of Scarlet #FD3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 79.31%
G = 15.05%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD3012 (or 0xFD3012) is known color: Scarlet. HEX triplet: FD, 30 and 12. RGB value is (253,48,18). Sum of RGB (Red+Green+Blue) = 253+48+18=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3012 is #02CFED. Grayscale: #6A6A6A. Windows color (decimal): -184302 or 1192189. OLE color: 1192189.

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

Color convert

RGB 253 48 18 -
CMYK 0 0.81 0.93 0.01
HSL 7.66º 0.98% 0.53% -
HSV(B) 7.66º 0.93% 0.99% -
XYZ 41.67 23.04 2.82 -
YUV 105.88 78.42 232.94 -
System Red Green Blue C M Y K H S L
Decimal 253 48 18 0 0.81 0.93 0.01 7.66 0.98 0.53
Hex FD 30 12 0 51 5D 1 8 62 35
Octal 375 60 22 0 121 135 1 10 142 65
Binary 11111101 110000 10010 0 1010001 1011101 1 1000 1100010 110101

Color Harmonies of #FD3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3012

Black with #FD3012

Text Example


Text Example

White with #FD3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3012; }

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

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

background-color css

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

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

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

border-color css

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

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

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