Html Css Color HEX #F32B13 Scarlet

📋 copy color: '#F32B13'

red 243 ◦ green 43 ◦ blue 19

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

Shades of Scarlet #F32B13

Tints of Scarlet #F32B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 79.67%
G = 14.1%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32B13 (or 0xF32B13) is known color: Scarlet. HEX triplet: F3, 2B and 13. RGB value is (243,43,19). Sum of RGB (Red+Green+Blue) = 243+43+19=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32B13 is #0CD4EC. Grayscale: #646464. Windows color (decimal): -840941 or 1256435. OLE color: 1256435.

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

Color convert

RGB 243 43 19 -
CMYK 0 0.82 0.92 0.05
HSL 6.43º 0.9% 0.51% -
HSV(B) 6.43º 0.92% 0.95% -
XYZ 37.94 20.83 2.64 -
YUV 100.06 82.26 229.95 -
System Red Green Blue C M Y K H S L
Decimal 243 43 19 0 0.82 0.92 0.05 6.43 0.9 0.51
Hex F3 2B 13 0 52 5C 5 6 5A 33
Octal 363 53 23 0 122 134 5 6 132 63
Binary 11110011 101011 10011 0 1010010 1011100 101 110 1011010 110011

Color Harmonies of #F32B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B13

Black with #F32B13

Text Example


Text Example

White with #F32B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B13; }

 p { color: rgb(243,43,19); }

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

background-color css

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

 a { background-color: rgb(243,43,19); }

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

border-color css

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

 span { border-color: rgb(243,43,19); }

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