Html Css Color HEX #F63D1D Red Orange

📋 copy color: '#F63D1D'

red 246 ◦ green 61 ◦ blue 29

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

Shades of Red Orange #F63D1D

Tints of Red Orange #F63D1D

RGB

 RED value IS 246 (96.48% from 255) = 73.21%

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

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

R = 73.21%
G = 18.15%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F63D1D (or 0xF63D1D) is known color: Red Orange. HEX triplet: F6, 3D and 1D. RGB value is (246,61,29). Sum of RGB (Red+Green+Blue) = 246+61+29=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D1D is #09C2E2. Grayscale: #707070. Windows color (decimal): -639715 or 1916406. OLE color: 1916406.

HSL color Cylindrical-coordinate representation of color #F63D1D: hue angle of 8.85º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F63D1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 61 29 -
CMYK 0 0.75 0.88 0.04
HSL 8.85º 0.92% 0.54% -
HSV(B) 8.85º 0.88% 0.96% -
XYZ 39.9 23.02 3.5 -
YUV 112.67 80.79 223.1 -
System Red Green Blue C M Y K H S L
Decimal 246 61 29 0 0.75 0.88 0.04 8.85 0.92 0.54
Hex F6 3D 1D 0 4B 58 4 9 5C 36
Octal 366 75 35 0 113 130 4 11 134 66
Binary 11110110 111101 11101 0 1001011 1011000 100 1001 1011100 110110

Color Harmonies of #F63D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63D1D

Black with #F63D1D

Text Example


Text Example

White with #F63D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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