Html Css Color HEX #F32613 Scarlet

📋 copy color: '#F32613'

red 243 ◦ green 38 ◦ blue 19

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

Shades of Scarlet #F32613

Tints of Scarlet #F32613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 81%
G = 12.67%
B = 6.33%

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

#F32613 (or 0xF32613) is known color: Scarlet. HEX triplet: F3, 26 and 13. RGB value is (243,38,19). Sum of RGB (Red+Green+Blue) = 243+38+19=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F32613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32613 is #0CD9EC. Grayscale: #616161. Windows color (decimal): -842221 or 1255155. OLE color: 1255155.

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

Color convert

RGB 243 38 19 -
CMYK 0 0.84 0.92 0.05
HSL 5.09º 0.9% 0.51% -
HSV(B) 5.09º 0.92% 0.95% -
XYZ 37.77 20.49 2.58 -
YUV 97.13 83.92 232.04 -
System Red Green Blue C M Y K H S L
Decimal 243 38 19 0 0.84 0.92 0.05 5.09 0.9 0.51
Hex F3 26 13 0 54 5C 5 5 5A 33
Octal 363 46 23 0 124 134 5 5 132 63
Binary 11110011 100110 10011 0 1010100 1011100 101 101 1011010 110011

Color Harmonies of #F32613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32613

Black with #F32613

Text Example


Text Example

White with #F32613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32613; }

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

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

background-color css

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

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

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

border-color css

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

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

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