Html Css Color HEX #F33312 Scarlet

📋 copy color: '#F33312'

red 243 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #F33312

Tints of Scarlet #F33312

RGB

 RED value IS 243 (95.31% from 255) = 77.88%

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 77.88%
G = 16.35%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F33312 (or 0xF33312) is known color: Scarlet. HEX triplet: F3, 33 and 12. RGB value is (243,51,18). Sum of RGB (Red+Green+Blue) = 243+51+18=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F33312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33312 is #0CCCED. Grayscale: #686868. Windows color (decimal): -838894 or 1192947. OLE color: 1192947.

HSL color Cylindrical-coordinate representation of color #F33312: hue angle of 8.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F33312 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 51 18 -
CMYK 0 0.79 0.93 0.05
HSL 8.8º 0.9% 0.51% -
HSV(B) 8.8º 0.93% 0.95% -
XYZ 38.26 21.47 2.7 -
YUV 104.65 79.11 226.68 -
System Red Green Blue C M Y K H S L
Decimal 243 51 18 0 0.79 0.93 0.05 8.8 0.9 0.51
Hex F3 33 12 0 4F 5D 5 9 5A 33
Octal 363 63 22 0 117 135 5 11 132 63
Binary 11110011 110011 10010 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F33312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33312

Black with #F33312

Text Example


Text Example

White with #F33312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33312; }

 p { color: rgb(243,51,18); }

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

background-color css

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

 a { background-color: rgb(243,51,18); }

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

border-color css

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

 span { border-color: rgb(243,51,18); }

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