Html Css Color HEX #F32005 Scarlet

📋 copy color: '#F32005'

red 243 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #F32005

Tints of Scarlet #F32005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 86.79%
G = 11.43%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F32005 (or 0xF32005) is known color: Scarlet. HEX triplet: F3, 20 and 05. RGB value is (243,32,5). Sum of RGB (Red+Green+Blue) = 243+32+5=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F32005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32005 is #0CDFFA. Grayscale: #5C5C5C. Windows color (decimal): -843771 or 336115. OLE color: 336115.

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

Color convert

RGB 243 32 5 -
CMYK 0 0.87 0.98 0.05
HSL 6.81º 0.96% 0.49% -
HSV(B) 6.81º 0.98% 0.95% -
XYZ 37.51 20.1 2.05 -
YUV 92.01 78.9 235.7 -
System Red Green Blue C M Y K H S L
Decimal 243 32 5 0 0.87 0.98 0.05 6.81 0.96 0.49
Hex F3 20 5 0 57 62 5 7 60 31
Octal 363 40 5 0 127 142 5 7 140 61
Binary 11110011 100000 101 0 1010111 1100010 101 111 1100000 110001

Color Harmonies of #F32005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32005

Black with #F32005

Text Example


Text Example

White with #F32005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32005; }

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

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

background-color css

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

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

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

border-color css

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

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

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