Html Css Color HEX #D5532A Chilean Fire

📋 copy color: '#D5532A'

red 213 ◦ green 83 ◦ blue 42

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

Shades of Chilean Fire #D5532A

Tints of Chilean Fire #D5532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.56%

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

R = 63.02%
G = 24.56%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5532A (or 0xD5532A) is known color: Chilean Fire. HEX triplet: D5, 53 and 2A. RGB value is (213,83,42). Sum of RGB (Red+Green+Blue) = 213+83+42=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5532A is #2AACD5. Grayscale: #757575. Windows color (decimal): -2796758 or 2773973. OLE color: 2773973.

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

Color convert

RGB 213 83 42 -
CMYK 0 0.61 0.80 0.16
HSL 14.39º 0.67% 0.5% -
HSV(B) 14.39º 0.8% 0.84% -
XYZ 30.95 20.5 4.52 -
YUV 117.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 213 83 42 0 0.61 0.80 0.16 14.39 0.67 0.5
Hex D5 53 2A 0 3D 50 10 E 43 32
Octal 325 123 52 0 75 120 20 16 103 62
Binary 11010101 1010011 101010 0 111101 1010000 10000 1110 1000011 110010

Color Harmonies of #D5532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5532A

Black with #D5532A

Text Example


Text Example

White with #D5532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5532A; }

 p { color: rgb(213,83,42); }

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

background-color css

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

 a { background-color: rgb(213,83,42); }

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

border-color css

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

 span { border-color: rgb(213,83,42); }

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