Html Css Color HEX #F32A15 Scarlet

📋 copy color: '#F32A15'

red 243 ◦ green 42 ◦ blue 21

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

Shades of Scarlet #F32A15

Tints of Scarlet #F32A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

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

R = 79.41%
G = 13.73%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F32A15 (or 0xF32A15) is known color: Scarlet. HEX triplet: F3, 2A and 15. RGB value is (243,42,21). Sum of RGB (Red+Green+Blue) = 243+42+21=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A15 is #0CD5EA. Grayscale: #636363. Windows color (decimal): -841195 or 1387251. OLE color: 1387251.

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

Color convert

RGB 243 42 21 -
CMYK 0 0.83 0.91 0.05
HSL 5.68º 0.9% 0.52% -
HSV(B) 5.68º 0.91% 0.95% -
XYZ 37.93 20.76 2.72 -
YUV 99.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 243 42 21 0 0.83 0.91 0.05 5.68 0.9 0.52
Hex F3 2A 15 0 53 5B 5 6 5A 34
Octal 363 52 25 0 123 133 5 6 132 64
Binary 11110011 101010 10101 0 1010011 1011011 101 110 1011010 110100

Color Harmonies of #F32A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A15

Black with #F32A15

Text Example


Text Example

White with #F32A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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