Html Css Color HEX #F32A1B Scarlet

📋 copy color: '#F32A1B'

red 243 ◦ green 42 ◦ blue 27

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

Shades of Scarlet #F32A1B

Tints of Scarlet #F32A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 77.88%
G = 13.46%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F32A1B (or 0xF32A1B) is known color: Scarlet. HEX triplet: F3, 2A and 1B. RGB value is (243,42,27). Sum of RGB (Red+Green+Blue) = 243+42+27=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A1B is #0CD5E4. Grayscale: #646464. Windows color (decimal): -841189 or 1780467. OLE color: 1780467.

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

Color convert

RGB 243 42 27 -
CMYK 0 0.83 0.89 0.05
HSL 4.17º 0.9% 0.53% -
HSV(B) 4.17º 0.89% 0.95% -
XYZ 37.99 20.79 3.05 -
YUV 100.39 86.59 229.72 -
System Red Green Blue C M Y K H S L
Decimal 243 42 27 0 0.83 0.89 0.05 4.17 0.9 0.53
Hex F3 2A 1B 0 53 59 5 4 5A 35
Octal 363 52 33 0 123 131 5 4 132 65
Binary 11110011 101010 11011 0 1010011 1011001 101 100 1011010 110101

Color Harmonies of #F32A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A1B

Black with #F32A1B

Text Example


Text Example

White with #F32A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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