Html Css Color HEX #FF180D Scarlet

📋 copy color: '#FF180D'

red 255 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #FF180D

Tints of Scarlet #FF180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 87.33%
G = 8.22%
B = 4.45%

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

#FF180D (or 0xFF180D) is known color: Scarlet. HEX triplet: FF, 18 and 0D. RGB value is (255,24,13). Sum of RGB (Red+Green+Blue) = 255+24+13=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF180D is #00E7F2. Grayscale: #5C5C5C. Windows color (decimal): -59379 or 858367. OLE color: 858367.

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

Color convert

RGB 255 24 13 -
CMYK 0 0.91 0.95 0
HSL 2.73º 1% 0.53% -
HSV(B) 2.73º 0.95% 1% -
XYZ 41.64 21.94 2.42 -
YUV 91.82 83.53 244.39 -
System Red Green Blue C M Y K H S L
Decimal 255 24 13 0 0.91 0.95 0 2.73 1 0.53
Hex FF 18 D 0 5B 5F 0 3 64 35
Octal 377 30 15 0 133 137 0 3 144 65
Binary 11111111 11000 1101 0 1011011 1011111 0 11 1100100 110101

Color Harmonies of #FF180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF180D

Black with #FF180D

Text Example


Text Example

White with #FF180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF180D; }

 p { color: rgb(255,24,13); }

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

background-color css

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

 a { background-color: rgb(255,24,13); }

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

border-color css

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

 span { border-color: rgb(255,24,13); }

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