Html Css Color HEX #FD2F2A Red Orange

📋 copy color: '#FD2F2A'

red 253 ◦ green 47 ◦ blue 42

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

Shades of Red Orange #FD2F2A

Tints of Red Orange #FD2F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 73.98%
G = 13.74%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD2F2A (or 0xFD2F2A) is known color: Red Orange. HEX triplet: FD, 2F and 2A. RGB value is (253,47,42). Sum of RGB (Red+Green+Blue) = 253+47+42=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F2A is #02D0D5. Grayscale: #6C6C6C. Windows color (decimal): -184534 or 2764797. OLE color: 2764797.

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

Color convert

RGB 253 47 42 -
CMYK 0 0.81 0.83 0.01
HSL 1.42º 0.98% 0.58% -
HSV(B) 1.42º 0.83% 0.99% -
XYZ 41.94 23.08 4.44 -
YUV 108.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 253 47 42 0 0.81 0.83 0.01 1.42 0.98 0.58
Hex FD 2F 2A 0 51 53 1 1 62 3A
Octal 375 57 52 0 121 123 1 1 142 72
Binary 11111101 101111 101010 0 1010001 1010011 1 1 1100010 111010

Color Harmonies of #FD2F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F2A

Black with #FD2F2A

Text Example


Text Example

White with #FD2F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F2A; }

 p { color: rgb(253,47,42); }

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

background-color css

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

 a { background-color: rgb(253,47,42); }

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

border-color css

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

 span { border-color: rgb(253,47,42); }

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