Html Css Color HEX #D65C30 Chilean Fire

📋 copy color: '#D65C30'

red 214 ◦ green 92 ◦ blue 48

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

Shades of Chilean Fire #D65C30

Tints of Chilean Fire #D65C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 60.45%
G = 25.99%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D65C30 (or 0xD65C30) is known color: Chilean Fire. HEX triplet: D6, 5C and 30. RGB value is (214,92,48). Sum of RGB (Red+Green+Blue) = 214+92+48=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C30 is #29A3CF. Grayscale: #7B7B7B. Windows color (decimal): -2728912 or 3169494. OLE color: 3169494.

HSL color Cylindrical-coordinate representation of color #D65C30: hue angle of 15.9º 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 #D65C30 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 48 -
CMYK 0 0.57 0.78 0.16
HSL 15.9º 0.67% 0.51% -
HSV(B) 15.9º 0.78% 0.84% -
XYZ 32.09 22.16 5.38 -
YUV 123.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 214 92 48 0 0.57 0.78 0.16 15.9 0.67 0.51
Hex D6 5C 30 0 39 4E 10 10 43 33
Octal 326 134 60 0 71 116 20 20 103 63
Binary 11010110 1011100 110000 0 111001 1001110 10000 10000 1000011 110011

Color Harmonies of #D65C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C30

Black with #D65C30

Text Example


Text Example

White with #D65C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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