Html Css Color HEX #F23D1D Red Orange

📋 copy color: '#F23D1D'

red 242 ◦ green 61 ◦ blue 29

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

Shades of Red Orange #F23D1D

Tints of Red Orange #F23D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 72.89%
G = 18.37%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F23D1D (or 0xF23D1D) is known color: Red Orange. HEX triplet: F2, 3D and 1D. RGB value is (242,61,29). Sum of RGB (Red+Green+Blue) = 242+61+29=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D1D is #0DC2E2. Grayscale: #6F6F6F. Windows color (decimal): -901859 or 1916402. OLE color: 1916402.

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

Color convert

RGB 242 61 29 -
CMYK 0 0.75 0.88 0.05
HSL 9.01º 0.89% 0.53% -
HSV(B) 9.01º 0.88% 0.95% -
XYZ 38.51 22.3 3.44 -
YUV 111.47 81.47 221.1 -
System Red Green Blue C M Y K H S L
Decimal 242 61 29 0 0.75 0.88 0.05 9.01 0.89 0.53
Hex F2 3D 1D 0 4B 58 5 9 59 35
Octal 362 75 35 0 113 130 5 11 131 65
Binary 11110010 111101 11101 0 1001011 1011000 101 1001 1011001 110101

Color Harmonies of #F23D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D1D

Black with #F23D1D

Text Example


Text Example

White with #F23D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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