Html Css Color HEX #D55430 Chilean Fire

📋 copy color: '#D55430'

red 213 ◦ green 84 ◦ blue 48

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

Shades of Chilean Fire #D55430

Tints of Chilean Fire #D55430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 61.74%
G = 24.35%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D55430 (or 0xD55430) is known color: Chilean Fire. HEX triplet: D5, 54 and 30. RGB value is (213,84,48). Sum of RGB (Red+Green+Blue) = 213+84+48=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D55430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55430 is #2AABCF. Grayscale: #767676. Windows color (decimal): -2796496 or 3167445. OLE color: 3167445.

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

Color convert

RGB 213 84 48 -
CMYK 0 0.61 0.77 0.16
HSL 13.09º 0.66% 0.51% -
HSV(B) 13.09º 0.77% 0.84% -
XYZ 31.14 20.7 5.15 -
YUV 118.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 213 84 48 0 0.61 0.77 0.16 13.09 0.66 0.51
Hex D5 54 30 0 3D 4D 10 D 42 33
Octal 325 124 60 0 75 115 20 15 102 63
Binary 11010101 1010100 110000 0 111101 1001101 10000 1101 1000010 110011

Color Harmonies of #D55430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55430

Black with #D55430

Text Example


Text Example

White with #D55430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55430; }

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

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

background-color css

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

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

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

border-color css

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

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

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