Html Css Color HEX #FD3412 Scarlet

📋 copy color: '#FD3412'

red 253 ◦ green 52 ◦ blue 18

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

Shades of Scarlet #FD3412

Tints of Scarlet #FD3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 78.33%
G = 16.1%
B = 5.57%

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

#FD3412 (or 0xFD3412) is known color: Scarlet. HEX triplet: FD, 34 and 12. RGB value is (253,52,18). Sum of RGB (Red+Green+Blue) = 253+52+18=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3412 is #02CBED. Grayscale: #6C6C6C. Windows color (decimal): -183278 or 1193213. OLE color: 1193213.

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

Color convert

RGB 253 52 18 -
CMYK 0 0.79 0.93 0.01
HSL 8.68º 0.98% 0.53% -
HSV(B) 8.68º 0.93% 0.99% -
XYZ 41.85 23.38 2.88 -
YUV 108.22 77.09 231.26 -
System Red Green Blue C M Y K H S L
Decimal 253 52 18 0 0.79 0.93 0.01 8.68 0.98 0.53
Hex FD 34 12 0 4F 5D 1 9 62 35
Octal 375 64 22 0 117 135 1 11 142 65
Binary 11111101 110100 10010 0 1001111 1011101 1 1001 1100010 110101

Color Harmonies of #FD3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3412

Black with #FD3412

Text Example


Text Example

White with #FD3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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