Html Css Color HEX #F23B2D Red Orange

📋 copy color: '#F23B2D'

red 242 ◦ green 59 ◦ blue 45

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

Shades of Red Orange #F23B2D

Tints of Red Orange #F23B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 69.94%
G = 17.05%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F23B2D (or 0xF23B2D) is known color: Red Orange. HEX triplet: F2, 3B and 2D. RGB value is (242,59,45). Sum of RGB (Red+Green+Blue) = 242+59+45=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B2D is #0DC4D2. Grayscale: #707070. Windows color (decimal): -902355 or 2964466. OLE color: 2964466.

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

Color convert

RGB 242 59 45 -
CMYK 0 0.76 0.81 0.05
HSL 4.26º 0.88% 0.56% -
HSV(B) 4.26º 0.81% 0.95% -
XYZ 38.66 22.19 4.73 -
YUV 112.12 90.13 220.64 -
System Red Green Blue C M Y K H S L
Decimal 242 59 45 0 0.76 0.81 0.05 4.26 0.88 0.56
Hex F2 3B 2D 0 4C 51 5 4 58 38
Octal 362 73 55 0 114 121 5 4 130 70
Binary 11110010 111011 101101 0 1001100 1010001 101 100 1011000 111000

Color Harmonies of #F23B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B2D

Black with #F23B2D

Text Example


Text Example

White with #F23B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B2D; }

 p { color: rgb(242,59,45); }

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

background-color css

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

 a { background-color: rgb(242,59,45); }

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

border-color css

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

 span { border-color: rgb(242,59,45); }

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