Html Css Color HEX #F23D2C Red Orange

📋 copy color: '#F23D2C'

red 242 ◦ green 61 ◦ blue 44

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

Shades of Red Orange #F23D2C

Tints of Red Orange #F23D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

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

R = 69.74%
G = 17.58%
B = 12.68%

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

#F23D2C (or 0xF23D2C) is known color: Red Orange. HEX triplet: F2, 3D and 2C. RGB value is (242,61,44). Sum of RGB (Red+Green+Blue) = 242+61+44=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D2C is #0DC2D3. Grayscale: #717171. Windows color (decimal): -901844 or 2899442. OLE color: 2899442.

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

Color convert

RGB 242 61 44 -
CMYK 0 0.75 0.82 0.05
HSL 5.15º 0.88% 0.56% -
HSV(B) 5.15º 0.82% 0.95% -
XYZ 38.74 22.4 4.66 -
YUV 113.18 88.97 219.88 -
System Red Green Blue C M Y K H S L
Decimal 242 61 44 0 0.75 0.82 0.05 5.15 0.88 0.56
Hex F2 3D 2C 0 4B 52 5 5 58 38
Octal 362 75 54 0 113 122 5 5 130 70
Binary 11110010 111101 101100 0 1001011 1010010 101 101 1011000 111000

Color Harmonies of #F23D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D2C

Black with #F23D2C

Text Example


Text Example

White with #F23D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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