Html Css Color HEX #FF3218 Scarlet

📋 copy color: '#FF3218'

red 255 ◦ green 50 ◦ blue 24

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

Shades of Scarlet #FF3218

Tints of Scarlet #FF3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 77.51%
G = 15.2%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF3218 (or 0xFF3218) is known color: Scarlet. HEX triplet: FF, 32 and 18. RGB value is (255,50,24). Sum of RGB (Red+Green+Blue) = 255+50+24=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3218 is #00CDE7. Grayscale: #6C6C6C. Windows color (decimal): -52712 or 1585919. OLE color: 1585919.

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

Color convert

RGB 255 50 24 -
CMYK 0 0.80 0.91 0
HSL 6.75º 1% 0.55% -
HSV(B) 6.75º 0.91% 1% -
XYZ 42.55 23.61 3.18 -
YUV 108.33 80.42 232.61 -
System Red Green Blue C M Y K H S L
Decimal 255 50 24 0 0.80 0.91 0 6.75 1 0.55
Hex FF 32 18 0 50 5B 0 7 64 37
Octal 377 62 30 0 120 133 0 7 144 67
Binary 11111111 110010 11000 0 1010000 1011011 0 111 1100100 110111

Color Harmonies of #FF3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3218

Black with #FF3218

Text Example


Text Example

White with #FF3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3218; }

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

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

background-color css

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

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

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

border-color css

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

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

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