Html Css Color HEX #F23312 Scarlet

📋 copy color: '#F23312'

red 242 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #F23312

Tints of Scarlet #F23312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 77.81%
G = 16.4%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23312 (or 0xF23312) is known color: Scarlet. HEX triplet: F2, 33 and 12. RGB value is (242,51,18). Sum of RGB (Red+Green+Blue) = 242+51+18=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F23312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23312 is #0DCCED. Grayscale: #686868. Windows color (decimal): -904430 or 1192946. OLE color: 1192946.

HSL color Cylindrical-coordinate representation of color #F23312: hue angle of 8.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23312 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 51 18 -
CMYK 0 0.79 0.93 0.05
HSL 8.84º 0.9% 0.51% -
HSV(B) 8.84º 0.93% 0.95% -
XYZ 37.91 21.29 2.68 -
YUV 104.35 79.28 226.18 -
System Red Green Blue C M Y K H S L
Decimal 242 51 18 0 0.79 0.93 0.05 8.84 0.9 0.51
Hex F2 33 12 0 4F 5D 5 9 5A 33
Octal 362 63 22 0 117 135 5 11 132 63
Binary 11110010 110011 10010 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F23312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23312

Black with #F23312

Text Example


Text Example

White with #F23312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23312; }

 p { color: rgb(242,51,18); }

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

background-color css

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

 a { background-color: rgb(242,51,18); }

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

border-color css

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

 span { border-color: rgb(242,51,18); }

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