Html Css Color HEX #F2230D Scarlet

📋 copy color: '#F2230D'

red 242 ◦ green 35 ◦ blue 13

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

Shades of Scarlet #F2230D

Tints of Scarlet #F2230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 83.45%
G = 12.07%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2230D (or 0xF2230D) is known color: Scarlet. HEX triplet: F2, 23 and 0D. RGB value is (242,35,13). Sum of RGB (Red+Green+Blue) = 242+35+13=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2230D is #0DDCF2. Grayscale: #5E5E5E. Windows color (decimal): -908531 or 861170. OLE color: 861170.

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

Color convert

RGB 242 35 13 -
CMYK 0 0.86 0.95 0.05
HSL 5.76º 0.9% 0.5% -
HSV(B) 5.76º 0.95% 0.95% -
XYZ 37.29 20.11 2.3 -
YUV 94.39 82.08 233.29 -
System Red Green Blue C M Y K H S L
Decimal 242 35 13 0 0.86 0.95 0.05 5.76 0.9 0.5
Hex F2 23 D 0 56 5F 5 6 5A 32
Octal 362 43 15 0 126 137 5 6 132 62
Binary 11110010 100011 1101 0 1010110 1011111 101 110 1011010 110010

Color Harmonies of #F2230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2230D

Black with #F2230D

Text Example


Text Example

White with #F2230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2230D; }

 p { color: rgb(242,35,13); }

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

background-color css

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

 a { background-color: rgb(242,35,13); }

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

border-color css

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

 span { border-color: rgb(242,35,13); }

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