Html Css Color HEX #F32C1A Scarlet

📋 copy color: '#F32C1A'

red 243 ◦ green 44 ◦ blue 26

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

Shades of Scarlet #F32C1A

Tints of Scarlet #F32C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 77.64%
G = 14.06%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F32C1A (or 0xF32C1A) is known color: Scarlet. HEX triplet: F3, 2C and 1A. RGB value is (243,44,26). Sum of RGB (Red+Green+Blue) = 243+44+26=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C1A is #0CD3E5. Grayscale: #656565. Windows color (decimal): -840678 or 1715443. OLE color: 1715443.

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

Color convert

RGB 243 44 26 -
CMYK 0 0.82 0.89 0.05
HSL 4.98º 0.9% 0.53% -
HSV(B) 4.98º 0.89% 0.95% -
XYZ 38.05 20.93 3.01 -
YUV 101.45 85.43 228.96 -
System Red Green Blue C M Y K H S L
Decimal 243 44 26 0 0.82 0.89 0.05 4.98 0.9 0.53
Hex F3 2C 1A 0 52 59 5 5 5A 35
Octal 363 54 32 0 122 131 5 5 132 65
Binary 11110011 101100 11010 0 1010010 1011001 101 101 1011010 110101

Color Harmonies of #F32C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C1A

Black with #F32C1A

Text Example


Text Example

White with #F32C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C1A; }

 p { color: rgb(243,44,26); }

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

background-color css

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

 a { background-color: rgb(243,44,26); }

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

border-color css

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

 span { border-color: rgb(243,44,26); }

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