Html Css Color HEX #F0200D Scarlet

📋 copy color: '#F0200D'

red 240 ◦ green 32 ◦ blue 13

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

Shades of Scarlet #F0200D

Tints of Scarlet #F0200D

RGB

 RED value IS 240 (94.14% from 255) = 84.21%

 GREEN value IS 32 (12.89% from 255) = 11.23%

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

R = 84.21%
G = 11.23%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0200D (or 0xF0200D) is known color: Scarlet. HEX triplet: F0, 20 and 0D. RGB value is (240,32,13). Sum of RGB (Red+Green+Blue) = 240+32+13=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F0200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0200D is #0FDFF2. Grayscale: #5C5C5C. Windows color (decimal): -1040371 or 860400. OLE color: 860400.

HSL color Cylindrical-coordinate representation of color #F0200D: hue angle of 5.02º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0200D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 13 -
CMYK 0 0.87 0.95 0.06
HSL 5.02º 0.9% 0.5% -
HSV(B) 5.02º 0.95% 0.94% -
XYZ 36.52 19.59 2.24 -
YUV 92.03 83.41 233.54 -
System Red Green Blue C M Y K H S L
Decimal 240 32 13 0 0.87 0.95 0.06 5.02 0.9 0.5
Hex F0 20 D 0 57 5F 6 5 5A 32
Octal 360 40 15 0 127 137 6 5 132 62
Binary 11110000 100000 1101 0 1010111 1011111 110 101 1011010 110010

Color Harmonies of #F0200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0200D

Black with #F0200D

Text Example


Text Example

White with #F0200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0200D; }

 p { color: rgb(240,32,13); }

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

background-color css

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

 a { background-color: rgb(240,32,13); }

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

border-color css

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

 span { border-color: rgb(240,32,13); }

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