Html Css Color HEX #FF3412 Scarlet

📋 copy color: '#FF3412'

red 255 ◦ green 52 ◦ blue 18

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

Shades of Scarlet #FF3412

Tints of Scarlet #FF3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 78.46%
G = 16%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3412 (or 0xFF3412) is known color: Scarlet. HEX triplet: FF, 34 and 12. RGB value is (255,52,18). Sum of RGB (Red+Green+Blue) = 255+52+18=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3412 is #00CBED. Grayscale: #6D6D6D. Windows color (decimal): -52206 or 1193215. OLE color: 1193215.

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

Color convert

RGB 255 52 18 -
CMYK 0 0.80 0.93 0
HSL 8.61º 1% 0.54% -
HSV(B) 8.61º 0.93% 1% -
XYZ 42.58 23.76 2.91 -
YUV 108.82 76.75 232.26 -
System Red Green Blue C M Y K H S L
Decimal 255 52 18 0 0.80 0.93 0 8.61 1 0.54
Hex FF 34 12 0 50 5D 0 9 64 36
Octal 377 64 22 0 120 135 0 11 144 66
Binary 11111111 110100 10010 0 1010000 1011101 0 1001 1100100 110110

Color Harmonies of #FF3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3412

Black with #FF3412

Text Example


Text Example

White with #FF3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3412; }

 p { color: rgb(255,52,18); }

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

background-color css

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

 a { background-color: rgb(255,52,18); }

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

border-color css

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

 span { border-color: rgb(255,52,18); }

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