Html Css Color HEX #F32610 Scarlet

📋 copy color: '#F32610'

red 243 ◦ green 38 ◦ blue 16

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

Shades of Scarlet #F32610

Tints of Scarlet #F32610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 81.82%
G = 12.79%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32610 (or 0xF32610) is known color: Scarlet. HEX triplet: F3, 26 and 10. RGB value is (243,38,16). Sum of RGB (Red+Green+Blue) = 243+38+16=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32610 is #0CD9EF. Grayscale: #616161. Windows color (decimal): -842224 or 1058547. OLE color: 1058547.

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

Color convert

RGB 243 38 16 -
CMYK 0 0.84 0.93 0.05
HSL 5.81º 0.9% 0.51% -
HSV(B) 5.81º 0.93% 0.95% -
XYZ 37.75 20.48 2.45 -
YUV 96.79 82.42 232.29 -
System Red Green Blue C M Y K H S L
Decimal 243 38 16 0 0.84 0.93 0.05 5.81 0.9 0.51
Hex F3 26 10 0 54 5D 5 6 5A 33
Octal 363 46 20 0 124 135 5 6 132 63
Binary 11110011 100110 10000 0 1010100 1011101 101 110 1011010 110011

Color Harmonies of #F32610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32610

Black with #F32610

Text Example


Text Example

White with #F32610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32610; }

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

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

background-color css

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

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

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

border-color css

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

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

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