Html Css Color HEX #F32407 Scarlet

📋 copy color: '#F32407'

red 243 ◦ green 36 ◦ blue 7

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

Shades of Scarlet #F32407

Tints of Scarlet #F32407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 84.97%
G = 12.59%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F32407 (or 0xF32407) is known color: Scarlet. HEX triplet: F3, 24 and 07. RGB value is (243,36,7). Sum of RGB (Red+Green+Blue) = 243+36+7=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F32407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32407 is #0CDBF8. Grayscale: #5E5E5E. Windows color (decimal): -842745 or 468211. OLE color: 468211.

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

Color convert

RGB 243 36 7 -
CMYK 0 0.85 0.97 0.05
HSL 7.37º 0.94% 0.49% -
HSV(B) 7.37º 0.97% 0.95% -
XYZ 37.63 20.33 2.14 -
YUV 94.59 78.58 233.86 -
System Red Green Blue C M Y K H S L
Decimal 243 36 7 0 0.85 0.97 0.05 7.37 0.94 0.49
Hex F3 24 7 0 55 61 5 7 5E 31
Octal 363 44 7 0 125 141 5 7 136 61
Binary 11110011 100100 111 0 1010101 1100001 101 111 1011110 110001

Color Harmonies of #F32407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32407

Black with #F32407

Text Example


Text Example

White with #F32407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32407; }

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

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

background-color css

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

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

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

border-color css

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

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

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