Html Css Color HEX #D55422 Chilean Fire

📋 copy color: '#D55422'

red 213 ◦ green 84 ◦ blue 34

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

Shades of Chilean Fire #D55422

Tints of Chilean Fire #D55422

RGB

 RED value IS 213 (83.59% from 255) = 64.35%

 GREEN value IS 84 (33.2% from 255) = 25.38%

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 64.35%
G = 25.38%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55422 (or 0xD55422) is known color: Chilean Fire. HEX triplet: D5, 54 and 22. RGB value is (213,84,34). Sum of RGB (Red+Green+Blue) = 213+84+34=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55422 is #2AABDD. Grayscale: #757575. Windows color (decimal): -2796510 or 2249941. OLE color: 2249941.

HSL color Cylindrical-coordinate representation of color #D55422: hue angle of 16.76º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55422 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 34 -
CMYK 0 0.61 0.84 0.16
HSL 16.76º 0.72% 0.48% -
HSV(B) 16.76º 0.84% 0.84% -
XYZ 30.9 20.6 3.86 -
YUV 116.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 213 84 34 0 0.61 0.84 0.16 16.76 0.72 0.48
Hex D5 54 22 0 3D 54 10 11 48 30
Octal 325 124 42 0 75 124 20 21 110 60
Binary 11010101 1010100 100010 0 111101 1010100 10000 10001 1001000 110000

Color Harmonies of #D55422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55422

Black with #D55422

Text Example


Text Example

White with #D55422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55422; }

 p { color: rgb(213,84,34); }

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

background-color css

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

 a { background-color: rgb(213,84,34); }

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

border-color css

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

 span { border-color: rgb(213,84,34); }

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