Html Css Color HEX #FD2212 Scarlet

📋 copy color: '#FD2212'

red 253 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #FD2212

Tints of Scarlet #FD2212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 82.95%
G = 11.15%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2212 (or 0xFD2212) is known color: Scarlet. HEX triplet: FD, 22 and 12. RGB value is (253,34,18). Sum of RGB (Red+Green+Blue) = 253+34+18=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2212 is #02DDED. Grayscale: #616161. Windows color (decimal): -187886 or 1188605. OLE color: 1188605.

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

Color convert

RGB 253 34 18 -
CMYK 0 0.87 0.93 0.01
HSL 4.09º 0.98% 0.53% -
HSV(B) 4.09º 0.93% 0.99% -
XYZ 41.19 22.07 2.66 -
YUV 97.66 83.05 238.8 -
System Red Green Blue C M Y K H S L
Decimal 253 34 18 0 0.87 0.93 0.01 4.09 0.98 0.53
Hex FD 22 12 0 57 5D 1 4 62 35
Octal 375 42 22 0 127 135 1 4 142 65
Binary 11111101 100010 10010 0 1010111 1011101 1 100 1100010 110101

Color Harmonies of #FD2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2212

Black with #FD2212

Text Example


Text Example

White with #FD2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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