Html Css Color HEX #FD160C Scarlet

📋 copy color: '#FD160C'

red 253 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #FD160C

Tints of Scarlet #FD160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 88.15%
G = 7.67%
B = 4.18%

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

#FD160C (or 0xFD160C) is known color: Scarlet. HEX triplet: FD, 16 and 0C. RGB value is (253,22,12). Sum of RGB (Red+Green+Blue) = 253+22+12=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD160C is #02E9F3. Grayscale: #5A5A5A. Windows color (decimal): -190964 or 792317. OLE color: 792317.

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

Color convert

RGB 253 22 12 -
CMYK 0 0.91 0.95 0.01
HSL 2.49º 0.98% 0.52% -
HSV(B) 2.49º 0.95% 0.99% -
XYZ 40.86 21.48 2.34 -
YUV 89.93 84.03 244.31 -
System Red Green Blue C M Y K H S L
Decimal 253 22 12 0 0.91 0.95 0.01 2.49 0.98 0.52
Hex FD 16 C 0 5B 5F 1 2 62 34
Octal 375 26 14 0 133 137 1 2 142 64
Binary 11111101 10110 1100 0 1011011 1011111 1 10 1100010 110100

Color Harmonies of #FD160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD160C

Black with #FD160C

Text Example


Text Example

White with #FD160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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