Html Css Color HEX #FD2612 Scarlet

📋 copy color: '#FD2612'

red 253 ◦ green 38 ◦ blue 18

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

Shades of Scarlet #FD2612

Tints of Scarlet #FD2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

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

R = 81.88%
G = 12.3%
B = 5.83%

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

#FD2612 (or 0xFD2612) is known color: Scarlet. HEX triplet: FD, 26 and 12. RGB value is (253,38,18). Sum of RGB (Red+Green+Blue) = 253+38+18=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2612 is #02D9ED. Grayscale: #646464. Windows color (decimal): -186862 or 1189629. OLE color: 1189629.

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

Color convert

RGB 253 38 18 -
CMYK 0 0.85 0.93 0.01
HSL 5.11º 0.98% 0.53% -
HSV(B) 5.11º 0.93% 0.99% -
XYZ 41.31 22.31 2.7 -
YUV 100.01 81.73 237.13 -
System Red Green Blue C M Y K H S L
Decimal 253 38 18 0 0.85 0.93 0.01 5.11 0.98 0.53
Hex FD 26 12 0 55 5D 1 5 62 35
Octal 375 46 22 0 125 135 1 5 142 65
Binary 11111101 100110 10010 0 1010101 1011101 1 101 1100010 110101

Color Harmonies of #FD2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2612

Black with #FD2612

Text Example


Text Example

White with #FD2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2612; }

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

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

background-color css

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

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

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

border-color css

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

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

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