Html Css Color HEX #D55425 Chilean Fire

📋 copy color: '#D55425'

red 213 ◦ green 84 ◦ blue 37

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

Shades of Chilean Fire #D55425

Tints of Chilean Fire #D55425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 63.77%
G = 25.15%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55425 (or 0xD55425) is known color: Chilean Fire. HEX triplet: D5, 54 and 25. RGB value is (213,84,37). Sum of RGB (Red+Green+Blue) = 213+84+37=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55425 is #2AABDA. Grayscale: #757575. Windows color (decimal): -2796507 or 2446549. OLE color: 2446549.

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

Color convert

RGB 213 84 37 -
CMYK 0 0.61 0.83 0.16
HSL 16.02º 0.7% 0.49% -
HSV(B) 16.02º 0.83% 0.84% -
XYZ 30.94 20.62 4.1 -
YUV 117.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 213 84 37 0 0.61 0.83 0.16 16.02 0.7 0.49
Hex D5 54 25 0 3D 53 10 10 46 31
Octal 325 124 45 0 75 123 20 20 106 61
Binary 11010101 1010100 100101 0 111101 1010011 10000 10000 1000110 110001

Color Harmonies of #D55425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55425

Black with #D55425

Text Example


Text Example

White with #D55425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55425; }

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

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

background-color css

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

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

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

border-color css

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

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

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