Html Css Color HEX #FD251C Scarlet

📋 copy color: '#FD251C'

red 253 ◦ green 37 ◦ blue 28

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

Shades of Scarlet #FD251C

Tints of Scarlet #FD251C

RGB

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

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

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

R = 79.56%
G = 11.64%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD251C (or 0xFD251C) is known color: Scarlet. HEX triplet: FD, 25 and 1C. RGB value is (253,37,28). Sum of RGB (Red+Green+Blue) = 253+37+28=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD251C is #02DAE3. Grayscale: #646464. Windows color (decimal): -187108 or 1844733. OLE color: 1844733.

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

Color convert

RGB 253 37 28 -
CMYK 0 0.85 0.89 0.01
HSL 2.4º 0.98% 0.55% -
HSV(B) 2.4º 0.89% 0.99% -
XYZ 41.38 22.29 3.22 -
YUV 100.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 253 37 28 0 0.85 0.89 0.01 2.4 0.98 0.55
Hex FD 25 1C 0 55 59 1 2 62 37
Octal 375 45 34 0 125 131 1 2 142 67
Binary 11111101 100101 11100 0 1010101 1011001 1 10 1100010 110111

Color Harmonies of #FD251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD251C

Black with #FD251C

Text Example


Text Example

White with #FD251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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