Html Css Color HEX #F42800 Scarlet

📋 copy color: '#F42800'

red 244 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #F42800

Tints of Scarlet #F42800

RGB

 RED value IS 244 (95.7% from 255) = 85.92%

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.92%
G = 14.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F42800 (or 0xF42800) is known color: Scarlet. HEX triplet: F4, 28 and 00. RGB value is (244,40,0). Sum of RGB (Red+Green+Blue) = 244+40+0=284 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.92% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 244 - color contains mainly: red. Hex color #F42800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42800 is #0BD7FF. Grayscale: #606060. Windows color (decimal): -776192 or 10484. OLE color: 10484.

HSL color Cylindrical-coordinate representation of color #F42800: hue angle of 9.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F42800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 40 0 -
CMYK 0 0.84 1 0.04
HSL 9.84º 1% 0.48% -
HSV(B) 9.84º 1% 0.96% -
XYZ 38.07 20.75 2 -
YUV 96.44 73.59 233.25 -
System Red Green Blue C M Y K H S L
Decimal 244 40 0 0 0.84 1 0.04 9.84 1 0.48
Hex F4 28 0 0 54 64 4 A 64 30
Octal 364 50 0 0 124 144 4 12 144 60
Binary 11110100 101000 0 0 1010100 1100100 100 1010 1100100 110000

Color Harmonies of #F42800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42800

Black with #F42800

Text Example


Text Example

White with #F42800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42800; }

 p { color: rgb(244,40,0); }

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

background-color css

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

 a { background-color: rgb(244,40,0); }

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

border-color css

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

 span { border-color: rgb(244,40,0); }

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