Html Css Color HEX #FD2A12 Scarlet

📋 copy color: '#FD2A12'

red 253 ◦ green 42 ◦ blue 18

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

Shades of Scarlet #FD2A12

Tints of Scarlet #FD2A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 80.83%
G = 13.42%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2A12 (or 0xFD2A12) is known color: Scarlet. HEX triplet: FD, 2A and 12. RGB value is (253,42,18). Sum of RGB (Red+Green+Blue) = 253+42+18=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A12 is #02D5ED. Grayscale: #666666. Windows color (decimal): -185838 or 1190653. OLE color: 1190653.

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

Color convert

RGB 253 42 18 -
CMYK 0 0.83 0.93 0.01
HSL 6.13º 0.98% 0.53% -
HSV(B) 6.13º 0.93% 0.99% -
XYZ 41.45 22.58 2.75 -
YUV 102.35 80.4 235.45 -
System Red Green Blue C M Y K H S L
Decimal 253 42 18 0 0.83 0.93 0.01 6.13 0.98 0.53
Hex FD 2A 12 0 53 5D 1 6 62 35
Octal 375 52 22 0 123 135 1 6 142 65
Binary 11111101 101010 10010 0 1010011 1011101 1 110 1100010 110101

Color Harmonies of #FD2A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A12

Black with #FD2A12

Text Example


Text Example

White with #FD2A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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