Html Css Color HEX #FD2213 Scarlet

📋 copy color: '#FD2213'

red 253 ◦ green 34 ◦ blue 19

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

Shades of Scarlet #FD2213

Tints of Scarlet #FD2213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 82.68%
G = 11.11%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2213 (or 0xFD2213) is known color: Scarlet. HEX triplet: FD, 22 and 13. RGB value is (253,34,19). Sum of RGB (Red+Green+Blue) = 253+34+19=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2213 is #02DDEC. Grayscale: #626262. Windows color (decimal): -187885 or 1254141. OLE color: 1254141.

HSL color Cylindrical-coordinate representation of color #FD2213: hue angle of 3.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD2213 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 19 -
CMYK 0 0.87 0.92 0.01
HSL 3.85º 0.98% 0.53% -
HSV(B) 3.85º 0.92% 0.99% -
XYZ 41.2 22.07 2.71 -
YUV 97.77 83.55 238.72 -
System Red Green Blue C M Y K H S L
Decimal 253 34 19 0 0.87 0.92 0.01 3.85 0.98 0.53
Hex FD 22 13 0 57 5C 1 4 62 35
Octal 375 42 23 0 127 134 1 4 142 65
Binary 11111101 100010 10011 0 1010111 1011100 1 100 1100010 110101

Color Harmonies of #FD2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2213

Black with #FD2213

Text Example


Text Example

White with #FD2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2213; }

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

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

background-color css

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

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

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

border-color css

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

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

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