Html Css Color HEX #F32305 Scarlet

📋 copy color: '#F32305'

red 243 ◦ green 35 ◦ blue 5

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

Shades of Scarlet #F32305

Tints of Scarlet #F32305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 85.87%
G = 12.37%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F32305 (or 0xF32305) is known color: Scarlet. HEX triplet: F3, 23 and 05. RGB value is (243,35,5). Sum of RGB (Red+Green+Blue) = 243+35+5=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F32305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32305 is #0CDCFA. Grayscale: #5E5E5E. Windows color (decimal): -843003 or 336883. OLE color: 336883.

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

Color convert

RGB 243 35 5 -
CMYK 0 0.86 0.98 0.05
HSL 7.56º 0.96% 0.49% -
HSV(B) 7.56º 0.98% 0.95% -
XYZ 37.59 20.27 2.07 -
YUV 93.77 77.91 234.44 -
System Red Green Blue C M Y K H S L
Decimal 243 35 5 0 0.86 0.98 0.05 7.56 0.96 0.49
Hex F3 23 5 0 56 62 5 8 60 31
Octal 363 43 5 0 126 142 5 10 140 61
Binary 11110011 100011 101 0 1010110 1100010 101 1000 1100000 110001

Color Harmonies of #F32305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32305

Black with #F32305

Text Example


Text Example

White with #F32305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32305; }

 p { color: rgb(243,35,5); }

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

background-color css

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

 a { background-color: rgb(243,35,5); }

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

border-color css

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

 span { border-color: rgb(243,35,5); }

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