Html Css Color HEX #FD4212 Orange Red

📋 copy color: '#FD4212'

red 253 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #FD4212

Tints of Orange Red #FD4212

RGB

 RED value IS 253 (99.22% from 255) = 75.07%

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 75.07%
G = 19.58%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD4212 (or 0xFD4212) is known color: Orange Red. HEX triplet: FD, 42 and 12. RGB value is (253,66,18). Sum of RGB (Red+Green+Blue) = 253+66+18=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4212 is #02BDED. Grayscale: #747474. Windows color (decimal): -179694 or 1196797. OLE color: 1196797.

HSL color Cylindrical-coordinate representation of color #FD4212: hue angle of 12.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD4212 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 66 18 -
CMYK 0 0.74 0.93 0.01
HSL 12.26º 0.98% 0.53% -
HSV(B) 12.26º 0.93% 0.99% -
XYZ 42.57 24.82 3.12 -
YUV 116.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 253 66 18 0 0.74 0.93 0.01 12.26 0.98 0.53
Hex FD 42 12 0 4A 5D 1 C 62 35
Octal 375 102 22 0 112 135 1 14 142 65
Binary 11111101 1000010 10010 0 1001010 1011101 1 1100 1100010 110101

Color Harmonies of #FD4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4212

Black with #FD4212

Text Example


Text Example

White with #FD4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4212; }

 p { color: rgb(253,66,18); }

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

background-color css

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

 a { background-color: rgb(253,66,18); }

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

border-color css

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

 span { border-color: rgb(253,66,18); }

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