Html Css Color HEX #F32C03 Scarlet

📋 copy color: '#F32C03'

red 243 ◦ green 44 ◦ blue 3

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

Shades of Scarlet #F32C03

Tints of Scarlet #F32C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 83.79%
G = 15.17%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F32C03 (or 0xF32C03) is known color: Scarlet. HEX triplet: F3, 2C and 03. RGB value is (243,44,3). Sum of RGB (Red+Green+Blue) = 243+44+3=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C03 is #0CD3FC. Grayscale: #636363. Windows color (decimal): -840701 or 208115. OLE color: 208115.

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

Color convert

RGB 243 44 3 -
CMYK 0 0.82 0.99 0.05
HSL 10.25º 0.98% 0.48% -
HSV(B) 10.25º 0.99% 0.95% -
XYZ 37.88 20.86 2.12 -
YUV 98.83 73.93 230.83 -
System Red Green Blue C M Y K H S L
Decimal 243 44 3 0 0.82 0.99 0.05 10.25 0.98 0.48
Hex F3 2C 3 0 52 63 5 A 62 30
Octal 363 54 3 0 122 143 5 12 142 60
Binary 11110011 101100 11 0 1010010 1100011 101 1010 1100010 110000

Color Harmonies of #F32C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C03

Black with #F32C03

Text Example


Text Example

White with #F32C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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