Html Css Color HEX #FD2512 Scarlet

📋 copy color: '#FD2512'

red 253 ◦ green 37 ◦ blue 18

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

Shades of Scarlet #FD2512

Tints of Scarlet #FD2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 82.14%
G = 12.01%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2512 (or 0xFD2512) is known color: Scarlet. HEX triplet: FD, 25 and 12. RGB value is (253,37,18). Sum of RGB (Red+Green+Blue) = 253+37+18=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2512 is #02DAED. Grayscale: #636363. Windows color (decimal): -187118 or 1189373. OLE color: 1189373.

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

Color convert

RGB 253 37 18 -
CMYK 0 0.85 0.93 0.01
HSL 4.85º 0.98% 0.53% -
HSV(B) 4.85º 0.93% 0.99% -
XYZ 41.28 22.25 2.69 -
YUV 99.42 82.06 237.54 -
System Red Green Blue C M Y K H S L
Decimal 253 37 18 0 0.85 0.93 0.01 4.85 0.98 0.53
Hex FD 25 12 0 55 5D 1 5 62 35
Octal 375 45 22 0 125 135 1 5 142 65
Binary 11111101 100101 10010 0 1010101 1011101 1 101 1100010 110101

Color Harmonies of #FD2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2512

Black with #FD2512

Text Example


Text Example

White with #FD2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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