Html Css Color HEX #FD2D1C Scarlet

📋 copy color: '#FD2D1C'

red 253 ◦ green 45 ◦ blue 28

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

Shades of Scarlet #FD2D1C

Tints of Scarlet #FD2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

 BLUE value IS 28 (11.33% from 255) = 8.59%

R = 77.61%
G = 13.8%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD2D1C (or 0xFD2D1C) is known color: Scarlet. HEX triplet: FD, 2D and 1C. RGB value is (253,45,28). Sum of RGB (Red+Green+Blue) = 253+45+28=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D1C is #02D2E3. Grayscale: #696969. Windows color (decimal): -185060 or 1846781. OLE color: 1846781.

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

Color convert

RGB 253 45 28 -
CMYK 0 0.82 0.89 0.01
HSL 4.53º 0.98% 0.55% -
HSV(B) 4.53º 0.89% 0.99% -
XYZ 41.66 22.84 3.31 -
YUV 105.25 84.41 233.38 -
System Red Green Blue C M Y K H S L
Decimal 253 45 28 0 0.82 0.89 0.01 4.53 0.98 0.55
Hex FD 2D 1C 0 52 59 1 5 62 37
Octal 375 55 34 0 122 131 1 5 142 67
Binary 11111101 101101 11100 0 1010010 1011001 1 101 1100010 110111

Color Harmonies of #FD2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D1C

Black with #FD2D1C

Text Example


Text Example

White with #FD2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D1C; }

 p { color: rgb(253,45,28); }

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

background-color css

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

 a { background-color: rgb(253,45,28); }

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

border-color css

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

 span { border-color: rgb(253,45,28); }

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