Html Css Color HEX #FD180C Scarlet

📋 copy color: '#FD180C'

red 253 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #FD180C

Tints of Scarlet #FD180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 87.54%
G = 8.3%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD180C (or 0xFD180C) is known color: Scarlet. HEX triplet: FD, 18 and 0C. RGB value is (253,24,12). Sum of RGB (Red+Green+Blue) = 253+24+12=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD180C is #02E7F3. Grayscale: #5B5B5B. Windows color (decimal): -190452 or 792829. OLE color: 792829.

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

Color convert

RGB 253 24 12 -
CMYK 0 0.91 0.95 0.01
HSL 2.99º 0.98% 0.52% -
HSV(B) 2.99º 0.95% 0.99% -
XYZ 40.9 21.56 2.35 -
YUV 91.1 83.37 243.48 -
System Red Green Blue C M Y K H S L
Decimal 253 24 12 0 0.91 0.95 0.01 2.99 0.98 0.52
Hex FD 18 C 0 5B 5F 1 3 62 34
Octal 375 30 14 0 133 137 1 3 142 64
Binary 11111101 11000 1100 0 1011011 1011111 1 11 1100010 110100

Color Harmonies of #FD180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD180C

Black with #FD180C

Text Example


Text Example

White with #FD180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD180C; }

 p { color: rgb(253,24,12); }

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

background-color css

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

 a { background-color: rgb(253,24,12); }

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

border-color css

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

 span { border-color: rgb(253,24,12); }

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