Html Css Color HEX #F3210D Scarlet

📋 copy color: '#F3210D'

red 243 ◦ green 33 ◦ blue 13

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

Shades of Scarlet #F3210D

Tints of Scarlet #F3210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 13 (5.47% from 255) = 4.5%

R = 84.08%
G = 11.42%
B = 4.5%

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

#F3210D (or 0xF3210D) is known color: Scarlet. HEX triplet: F3, 21 and 0D. RGB value is (243,33,13). Sum of RGB (Red+Green+Blue) = 243+33+13=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F3210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3210D is #0CDEF2. Grayscale: #5D5D5D. Windows color (decimal): -843507 or 860659. OLE color: 860659.

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

Color convert

RGB 243 33 13 -
CMYK 0 0.86 0.95 0.05
HSL 5.22º 0.91% 0.5% -
HSV(B) 5.22º 0.95% 0.95% -
XYZ 37.58 20.17 2.29 -
YUV 93.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 243 33 13 0 0.86 0.95 0.05 5.22 0.91 0.5
Hex F3 21 D 0 56 5F 5 5 5B 32
Octal 363 41 15 0 126 137 5 5 133 62
Binary 11110011 100001 1101 0 1010110 1011111 101 101 1011011 110010

Color Harmonies of #F3210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3210D

Black with #F3210D

Text Example


Text Example

White with #F3210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3210D; }

 p { color: rgb(243,33,13); }

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

background-color css

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

 a { background-color: rgb(243,33,13); }

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

border-color css

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

 span { border-color: rgb(243,33,13); }

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