Html Css Color HEX #F23008 Scarlet

📋 copy color: '#F23008'

red 242 ◦ green 48 ◦ blue 8

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

Shades of Scarlet #F23008

Tints of Scarlet #F23008

RGB

 RED value IS 242 (94.92% from 255) = 81.21%

 GREEN value IS 48 (19.14% from 255) = 16.11%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 81.21%
G = 16.11%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F23008 (or 0xF23008) is known color: Scarlet. HEX triplet: F2, 30 and 08. RGB value is (242,48,8). Sum of RGB (Red+Green+Blue) = 242+48+8=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F23008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23008 is #0DCFF7. Grayscale: #656565. Windows color (decimal): -905208 or 536818. OLE color: 536818.

HSL color Cylindrical-coordinate representation of color #F23008: hue angle of 10.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F23008 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 8 -
CMYK 0 0.80 0.97 0.05
HSL 10.26º 0.94% 0.49% -
HSV(B) 10.26º 0.97% 0.95% -
XYZ 37.72 21.01 2.3 -
YUV 101.45 75.27 228.25 -
System Red Green Blue C M Y K H S L
Decimal 242 48 8 0 0.80 0.97 0.05 10.26 0.94 0.49
Hex F2 30 8 0 50 61 5 A 5E 31
Octal 362 60 10 0 120 141 5 12 136 61
Binary 11110010 110000 1000 0 1010000 1100001 101 1010 1011110 110001

Color Harmonies of #F23008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23008

Black with #F23008

Text Example


Text Example

White with #F23008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23008; }

 p { color: rgb(242,48,8); }

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

background-color css

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

 a { background-color: rgb(242,48,8); }

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

border-color css

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

 span { border-color: rgb(242,48,8); }

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