Html Css Color HEX #F32614 Scarlet

📋 copy color: '#F32614'

red 243 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #F32614

Tints of Scarlet #F32614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 80.73%
G = 12.62%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32614 (or 0xF32614) is known color: Scarlet. HEX triplet: F3, 26 and 14. RGB value is (243,38,20). Sum of RGB (Red+Green+Blue) = 243+38+20=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32614 is #0CD9EB. Grayscale: #616161. Windows color (decimal): -842220 or 1320691. OLE color: 1320691.

HSL color Cylindrical-coordinate representation of color #F32614: hue angle of 4.84º 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 #F32614 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 20 -
CMYK 0 0.84 0.92 0.05
HSL 4.84º 0.9% 0.52% -
HSV(B) 4.84º 0.92% 0.95% -
XYZ 37.78 20.49 2.63 -
YUV 97.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 243 38 20 0 0.84 0.92 0.05 4.84 0.9 0.52
Hex F3 26 14 0 54 5C 5 5 5A 34
Octal 363 46 24 0 124 134 5 5 132 64
Binary 11110011 100110 10100 0 1010100 1011100 101 101 1011010 110100

Color Harmonies of #F32614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32614

Black with #F32614

Text Example


Text Example

White with #F32614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32614; }

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

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

background-color css

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

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

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

border-color css

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

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

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