Html Css Color HEX #F32507 Scarlet

📋 copy color: '#F32507'

red 243 ◦ green 37 ◦ blue 7

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

Shades of Scarlet #F32507

Tints of Scarlet #F32507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 84.67%
G = 12.89%
B = 2.44%

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

#F32507 (or 0xF32507) is known color: Scarlet. HEX triplet: F3, 25 and 07. RGB value is (243,37,7). Sum of RGB (Red+Green+Blue) = 243+37+7=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F32507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32507 is #0CDAF8. Grayscale: #5F5F5F. Windows color (decimal): -842489 or 468467. OLE color: 468467.

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

Color convert

RGB 243 37 7 -
CMYK 0 0.85 0.97 0.05
HSL 7.63º 0.94% 0.49% -
HSV(B) 7.63º 0.97% 0.95% -
XYZ 37.66 20.39 2.15 -
YUV 95.17 78.25 233.44 -
System Red Green Blue C M Y K H S L
Decimal 243 37 7 0 0.85 0.97 0.05 7.63 0.94 0.49
Hex F3 25 7 0 55 61 5 8 5E 31
Octal 363 45 7 0 125 141 5 10 136 61
Binary 11110011 100101 111 0 1010101 1100001 101 1000 1011110 110001

Color Harmonies of #F32507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32507

Black with #F32507

Text Example


Text Example

White with #F32507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32507; }

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

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

background-color css

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

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

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

border-color css

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

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

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