Html Css Color HEX #F23730 Red Orange

📋 copy color: '#F23730'

red 242 ◦ green 55 ◦ blue 48

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

Shades of Red Orange #F23730

Tints of Red Orange #F23730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 70.14%
G = 15.94%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F23730 (or 0xF23730) is known color: Red Orange. HEX triplet: F2, 37 and 30. RGB value is (242,55,48). Sum of RGB (Red+Green+Blue) = 242+55+48=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F23730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23730 is #0DC8CF. Grayscale: #6E6E6E. Windows color (decimal): -903376 or 3160050. OLE color: 3160050.

HSL color Cylindrical-coordinate representation of color #F23730: hue angle of 2.16º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23730 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 48 -
CMYK 0 0.77 0.80 0.05
HSL 2.16º 0.88% 0.57% -
HSV(B) 2.16º 0.8% 0.95% -
XYZ 38.52 21.82 4.98 -
YUV 110.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 242 55 48 0 0.77 0.80 0.05 2.16 0.88 0.57
Hex F2 37 30 0 4D 50 5 2 58 39
Octal 362 67 60 0 115 120 5 2 130 71
Binary 11110010 110111 110000 0 1001101 1010000 101 10 1011000 111001

Color Harmonies of #F23730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23730

Black with #F23730

Text Example


Text Example

White with #F23730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23730; }

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

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

background-color css

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

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

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

border-color css

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

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

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