Html Css Color HEX #FF2D2D Red Orange

📋 copy color: '#FF2D2D'

red 255 ◦ green 45 ◦ blue 45

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

Shades of Red Orange #FF2D2D

Tints of Red Orange #FF2D2D

RGB

 RED value IS 255 (100% from 255) = 73.91%

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

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

R = 73.91%
G = 13.04%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF2D2D (or 0xFF2D2D) is known color: Red Orange. HEX triplet: FF, 2D and 2D. RGB value is (255,45,45). Sum of RGB (Red+Green+Blue) = 255+45+45=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D2D is #00D2D2. Grayscale: #6C6C6C. Windows color (decimal): -53971 or 2960895. OLE color: 2960895.

HSL color Cylindrical-coordinate representation of color #FF2D2D: hue angle of 0º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2D2D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 45 45 -
CMYK 0 0.82 0.82 0
HSL 1% 0.59% -
HSV(B) 0.82% 1% -
XYZ 42.65 23.33 4.74 -
YUV 107.79 92.57 233 -
System Red Green Blue C M Y K H S L
Decimal 255 45 45 0 0.82 0.82 0 0 1 0.59
Hex FF 2D 2D 0 52 52 0 0 64 3B
Octal 377 55 55 0 122 122 0 0 144 73
Binary 11111111 101101 101101 0 1010010 1010010 0 0 1100100 111011

Color Harmonies of #FF2D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D2D

Black with #FF2D2D

Text Example


Text Example

White with #FF2D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D2D; }

 p { color: rgb(255,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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