Html Css Color HEX #F3230C Scarlet

📋 copy color: '#F3230C'

red 243 ◦ green 35 ◦ blue 12

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

Shades of Scarlet #F3230C

Tints of Scarlet #F3230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 83.79%
G = 12.07%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3230C (or 0xF3230C) is known color: Scarlet. HEX triplet: F3, 23 and 0C. RGB value is (243,35,12). Sum of RGB (Red+Green+Blue) = 243+35+12=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F3230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3230C is #0CDCF3. Grayscale: #5E5E5E. Windows color (decimal): -842996 or 795635. OLE color: 795635.

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

Color convert

RGB 243 35 12 -
CMYK 0 0.86 0.95 0.05
HSL 5.97º 0.91% 0.5% -
HSV(B) 5.97º 0.95% 0.95% -
XYZ 37.63 20.28 2.28 -
YUV 94.57 81.41 233.87 -
System Red Green Blue C M Y K H S L
Decimal 243 35 12 0 0.86 0.95 0.05 5.97 0.91 0.5
Hex F3 23 C 0 56 5F 5 6 5B 32
Octal 363 43 14 0 126 137 5 6 133 62
Binary 11110011 100011 1100 0 1010110 1011111 101 110 1011011 110010

Color Harmonies of #F3230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3230C

Black with #F3230C

Text Example


Text Example

White with #F3230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3230C; }

 p { color: rgb(243,35,12); }

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

background-color css

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

 a { background-color: rgb(243,35,12); }

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

border-color css

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

 span { border-color: rgb(243,35,12); }

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