Html Css Color HEX #F33514 Scarlet

📋 copy color: '#F33514'

red 243 ◦ green 53 ◦ blue 20

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

Shades of Scarlet #F33514

Tints of Scarlet #F33514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 76.9%
G = 16.77%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F33514 (or 0xF33514) is known color: Scarlet. HEX triplet: F3, 35 and 14. RGB value is (243,53,20). Sum of RGB (Red+Green+Blue) = 243+53+20=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F33514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33514 is #0CCAEB. Grayscale: #6A6A6A. Windows color (decimal): -838380 or 1324531. OLE color: 1324531.

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

Color convert

RGB 243 53 20 -
CMYK 0 0.78 0.92 0.05
HSL 8.88º 0.9% 0.52% -
HSV(B) 8.88º 0.92% 0.95% -
XYZ 38.36 21.65 2.82 -
YUV 106.05 79.45 225.68 -
System Red Green Blue C M Y K H S L
Decimal 243 53 20 0 0.78 0.92 0.05 8.88 0.9 0.52
Hex F3 35 14 0 4E 5C 5 9 5A 34
Octal 363 65 24 0 116 134 5 11 132 64
Binary 11110011 110101 10100 0 1001110 1011100 101 1001 1011010 110100

Color Harmonies of #F33514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33514

Black with #F33514

Text Example


Text Example

White with #F33514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33514; }

 p { color: rgb(243,53,20); }

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

background-color css

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

 a { background-color: rgb(243,53,20); }

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

border-color css

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

 span { border-color: rgb(243,53,20); }

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