Html Css Color HEX #F2330B Scarlet

📋 copy color: '#F2330B'

red 242 ◦ green 51 ◦ blue 11

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

Shades of Scarlet #F2330B

Tints of Scarlet #F2330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 79.61%
G = 16.78%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2330B (or 0xF2330B) is known color: Scarlet. HEX triplet: F2, 33 and 0B. RGB value is (242,51,11). Sum of RGB (Red+Green+Blue) = 242+51+11=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2330B is #0DCCF4. Grayscale: #676767. Windows color (decimal): -904437 or 734194. OLE color: 734194.

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

Color convert

RGB 242 51 11 -
CMYK 0 0.79 0.95 0.05
HSL 10.39º 0.91% 0.5% -
HSV(B) 10.39º 0.95% 0.95% -
XYZ 37.86 21.27 2.43 -
YUV 103.55 75.78 226.75 -
System Red Green Blue C M Y K H S L
Decimal 242 51 11 0 0.79 0.95 0.05 10.39 0.91 0.5
Hex F2 33 B 0 4F 5F 5 A 5B 32
Octal 362 63 13 0 117 137 5 12 133 62
Binary 11110010 110011 1011 0 1001111 1011111 101 1010 1011011 110010

Color Harmonies of #F2330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2330B

Black with #F2330B

Text Example


Text Example

White with #F2330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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