Html Css Color HEX #D65135 Chilean Fire

📋 copy color: '#D65135'

red 214 ◦ green 81 ◦ blue 53

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

Shades of Chilean Fire #D65135

Tints of Chilean Fire #D65135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 61.49%
G = 23.28%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D65135 (or 0xD65135) is known color: Chilean Fire. HEX triplet: D6, 51 and 35. RGB value is (214,81,53). Sum of RGB (Red+Green+Blue) = 214+81+53=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D65135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65135 is #29AECA. Grayscale: #757575. Windows color (decimal): -2731723 or 3494358. OLE color: 3494358.

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

Color convert

RGB 214 81 53 -
CMYK 0 0.62 0.75 0.16
HSL 10.43º 0.66% 0.52% -
HSV(B) 10.43º 0.75% 0.84% -
XYZ 31.32 20.44 5.66 -
YUV 117.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 214 81 53 0 0.62 0.75 0.16 10.43 0.66 0.52
Hex D6 51 35 0 3E 4B 10 A 42 34
Octal 326 121 65 0 76 113 20 12 102 64
Binary 11010110 1010001 110101 0 111110 1001011 10000 1010 1000010 110100

Color Harmonies of #D65135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65135

Black with #D65135

Text Example


Text Example

White with #D65135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65135; }

 p { color: rgb(214,81,53); }

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

background-color css

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

 a { background-color: rgb(214,81,53); }

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

border-color css

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

 span { border-color: rgb(214,81,53); }

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