Html Css Color HEX #D65230 Chilean Fire

📋 copy color: '#D65230'

red 214 ◦ green 82 ◦ blue 48

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

Shades of Chilean Fire #D65230

Tints of Chilean Fire #D65230

RGB

 RED value IS 214 (83.98% from 255) = 62.21%

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 62.21%
G = 23.84%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D65230 (or 0xD65230) is known color: Chilean Fire. HEX triplet: D6, 52 and 30. RGB value is (214,82,48). Sum of RGB (Red+Green+Blue) = 214+82+48=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D65230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65230 is #29ADCF. Grayscale: #757575. Windows color (decimal): -2731472 or 3166934. OLE color: 3166934.

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

Color convert

RGB 214 82 48 -
CMYK 0 0.62 0.78 0.16
HSL 12.29º 0.67% 0.51% -
HSV(B) 12.29º 0.78% 0.84% -
XYZ 31.28 20.54 5.11 -
YUV 117.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 214 82 48 0 0.62 0.78 0.16 12.29 0.67 0.51
Hex D6 52 30 0 3E 4E 10 C 43 33
Octal 326 122 60 0 76 116 20 14 103 63
Binary 11010110 1010010 110000 0 111110 1001110 10000 1100 1000011 110011

Color Harmonies of #D65230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65230

Black with #D65230

Text Example


Text Example

White with #D65230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65230; }

 p { color: rgb(214,82,48); }

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

background-color css

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

 a { background-color: rgb(214,82,48); }

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

border-color css

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

 span { border-color: rgb(214,82,48); }

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