Html Css Color HEX #F32B15 Scarlet

📋 copy color: '#F32B15'

red 243 ◦ green 43 ◦ blue 21

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

Shades of Scarlet #F32B15

Tints of Scarlet #F32B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 79.15%
G = 14.01%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F32B15 (or 0xF32B15) is known color: Scarlet. HEX triplet: F3, 2B and 15. RGB value is (243,43,21). Sum of RGB (Red+Green+Blue) = 243+43+21=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32B15 is #0CD4EA. Grayscale: #646464. Windows color (decimal): -840939 or 1387507. OLE color: 1387507.

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

Color convert

RGB 243 43 21 -
CMYK 0 0.82 0.91 0.05
HSL 5.95º 0.9% 0.52% -
HSV(B) 5.95º 0.91% 0.95% -
XYZ 37.96 20.84 2.73 -
YUV 100.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 243 43 21 0 0.82 0.91 0.05 5.95 0.9 0.52
Hex F3 2B 15 0 52 5B 5 6 5A 34
Octal 363 53 25 0 122 133 5 6 132 64
Binary 11110011 101011 10101 0 1010010 1011011 101 110 1011010 110100

Color Harmonies of #F32B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B15

Black with #F32B15

Text Example


Text Example

White with #F32B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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