Html Css Color HEX #F23C2C Red Orange

📋 copy color: '#F23C2C'

red 242 ◦ green 60 ◦ blue 44

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

Shades of Red Orange #F23C2C

Tints of Red Orange #F23C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.34%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 69.94%
G = 17.34%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F23C2C (or 0xF23C2C) is known color: Red Orange. HEX triplet: F2, 3C and 2C. RGB value is (242,60,44). Sum of RGB (Red+Green+Blue) = 242+60+44=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C2C is #0DC3D3. Grayscale: #707070. Windows color (decimal): -902100 or 2899186. OLE color: 2899186.

HSL color Cylindrical-coordinate representation of color #F23C2C: hue angle of 4.85º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F23C2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 44 -
CMYK 0 0.75 0.82 0.05
HSL 4.85º 0.88% 0.56% -
HSV(B) 4.85º 0.82% 0.95% -
XYZ 38.69 22.29 4.65 -
YUV 112.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 242 60 44 0 0.75 0.82 0.05 4.85 0.88 0.56
Hex F2 3C 2C 0 4B 52 5 5 58 38
Octal 362 74 54 0 113 122 5 5 130 70
Binary 11110010 111100 101100 0 1001011 1010010 101 101 1011000 111000

Color Harmonies of #F23C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C2C

Black with #F23C2C

Text Example


Text Example

White with #F23C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C2C; }

 p { color: rgb(242,60,44); }

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

background-color css

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

 a { background-color: rgb(242,60,44); }

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

border-color css

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

 span { border-color: rgb(242,60,44); }

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