Html Css Color HEX #FF170C Scarlet

📋 copy color: '#FF170C'

red 255 ◦ green 23 ◦ blue 12

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

Shades of Scarlet #FF170C

Tints of Scarlet #FF170C

RGB

 RED value IS 255 (100% from 255) = 87.93%

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 87.93%
G = 7.93%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF170C (or 0xFF170C) is known color: Scarlet. HEX triplet: FF, 17 and 0C. RGB value is (255,23,12). Sum of RGB (Red+Green+Blue) = 255+23+12=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF170C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF170C is #00E8F3. Grayscale: #5B5B5B. Windows color (decimal): -59636 or 792575. OLE color: 792575.

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

Color convert

RGB 255 23 12 -
CMYK 0 0.91 0.95 0
HSL 2.72º 1% 0.52% -
HSV(B) 2.72º 0.95% 1% -
XYZ 41.61 21.9 2.38 -
YUV 91.11 83.36 244.89 -
System Red Green Blue C M Y K H S L
Decimal 255 23 12 0 0.91 0.95 0 2.72 1 0.52
Hex FF 17 C 0 5B 5F 0 3 64 34
Octal 377 27 14 0 133 137 0 3 144 64
Binary 11111111 10111 1100 0 1011011 1011111 0 11 1100100 110100

Color Harmonies of #FF170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF170C

Black with #FF170C

Text Example


Text Example

White with #FF170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF170C; }

 p { color: rgb(255,23,12); }

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

background-color css

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

 a { background-color: rgb(255,23,12); }

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

border-color css

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

 span { border-color: rgb(255,23,12); }

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