Html Css Color HEX #F32409 Scarlet

📋 copy color: '#F32409'

red 243 ◦ green 36 ◦ blue 9

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

Shades of Scarlet #F32409

Tints of Scarlet #F32409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 9 (3.91% from 255) = 3.13%

R = 84.38%
G = 12.5%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F32409 (or 0xF32409) is known color: Scarlet. HEX triplet: F3, 24 and 09. RGB value is (243,36,9). Sum of RGB (Red+Green+Blue) = 243+36+9=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F32409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32409 is #0CDBF6. Grayscale: #5F5F5F. Windows color (decimal): -842743 or 599283. OLE color: 599283.

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

Color convert

RGB 243 36 9 -
CMYK 0 0.85 0.96 0.05
HSL 6.92º 0.93% 0.49% -
HSV(B) 6.92º 0.96% 0.95% -
XYZ 37.64 20.34 2.2 -
YUV 94.82 79.58 233.7 -
System Red Green Blue C M Y K H S L
Decimal 243 36 9 0 0.85 0.96 0.05 6.92 0.93 0.49
Hex F3 24 9 0 55 60 5 7 5D 31
Octal 363 44 11 0 125 140 5 7 135 61
Binary 11110011 100100 1001 0 1010101 1100000 101 111 1011101 110001

Color Harmonies of #F32409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32409

Black with #F32409

Text Example


Text Example

White with #F32409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32409; }

 p { color: rgb(243,36,9); }

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

background-color css

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

 a { background-color: rgb(243,36,9); }

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

border-color css

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

 span { border-color: rgb(243,36,9); }

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