Html Css Color HEX #F23327 Red Orange

📋 copy color: '#F23327'

red 242 ◦ green 51 ◦ blue 39

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

Shades of Red Orange #F23327

Tints of Red Orange #F23327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 72.89%
G = 15.36%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F23327 (or 0xF23327) is known color: Red Orange. HEX triplet: F2, 33 and 27. RGB value is (242,51,39). Sum of RGB (Red+Green+Blue) = 242+51+39=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F23327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23327 is #0DCCD8. Grayscale: #6A6A6A. Windows color (decimal): -904409 or 2569202. OLE color: 2569202.

HSL color Cylindrical-coordinate representation of color #F23327: hue angle of 3.55º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F23327 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 51 39 -
CMYK 0 0.79 0.84 0.05
HSL 3.55º 0.89% 0.55% -
HSV(B) 3.55º 0.84% 0.95% -
XYZ 38.17 21.39 4.04 -
YUV 106.74 89.78 224.48 -
System Red Green Blue C M Y K H S L
Decimal 242 51 39 0 0.79 0.84 0.05 3.55 0.89 0.55
Hex F2 33 27 0 4F 54 5 4 59 37
Octal 362 63 47 0 117 124 5 4 131 67
Binary 11110010 110011 100111 0 1001111 1010100 101 100 1011001 110111

Color Harmonies of #F23327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23327

Black with #F23327

Text Example


Text Example

White with #F23327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23327; }

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

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

background-color css

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

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

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

border-color css

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

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

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