Html Css Color HEX #F02D1D Red Orange

📋 copy color: '#F02D1D'

red 240 ◦ green 45 ◦ blue 29

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

Shades of Red Orange #F02D1D

Tints of Red Orange #F02D1D

RGB

 RED value IS 240 (94.14% from 255) = 76.43%

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 76.43%
G = 14.33%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F02D1D (or 0xF02D1D) is known color: Red Orange. HEX triplet: F0, 2D and 1D. RGB value is (240,45,29). Sum of RGB (Red+Green+Blue) = 240+45+29=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D1D is #0FD2E2. Grayscale: #656565. Windows color (decimal): -1037027 or 1912304. OLE color: 1912304.

HSL color Cylindrical-coordinate representation of color #F02D1D: hue angle of 4.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F02D1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 45 29 -
CMYK 0 0.81 0.88 0.06
HSL 4.55º 0.88% 0.53% -
HSV(B) 4.55º 0.88% 0.94% -
XYZ 37.1 20.49 3.16 -
YUV 101.48 87.1 226.8 -
System Red Green Blue C M Y K H S L
Decimal 240 45 29 0 0.81 0.88 0.06 4.55 0.88 0.53
Hex F0 2D 1D 0 51 58 6 5 58 35
Octal 360 55 35 0 121 130 6 5 130 65
Binary 11110000 101101 11101 0 1010001 1011000 110 101 1011000 110101

Color Harmonies of #F02D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D1D

Black with #F02D1D

Text Example


Text Example

White with #F02D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D1D; }

 p { color: rgb(240,45,29); }

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

background-color css

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

 a { background-color: rgb(240,45,29); }

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

border-color css

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

 span { border-color: rgb(240,45,29); }

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