Html Css Color HEX #D25338 Chilean Fire

📋 copy color: '#D25338'

red 210 ◦ green 83 ◦ blue 56

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

Shades of Chilean Fire #D25338

Tints of Chilean Fire #D25338

RGB

 RED value IS 210 (82.42% from 255) = 60.17%

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

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 60.17%
G = 23.78%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D25338 (or 0xD25338) is known color: Chilean Fire. HEX triplet: D2, 53 and 38. RGB value is (210,83,56). Sum of RGB (Red+Green+Blue) = 210+83+56=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D25338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25338 is #2DACC7. Grayscale: #767676. Windows color (decimal): -2993352 or 3691474. OLE color: 3691474.

HSL color Cylindrical-coordinate representation of color #D25338: hue angle of 10.52º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D25338 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 56 -
CMYK 0 0.60 0.73 0.18
HSL 10.52º 0.63% 0.52% -
HSV(B) 10.52º 0.73% 0.82% -
XYZ 30.39 20.17 6.03 -
YUV 117.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 210 83 56 0 0.60 0.73 0.18 10.52 0.63 0.52
Hex D2 53 38 0 3C 49 12 B 3F 34
Octal 322 123 70 0 74 111 22 13 77 64
Binary 11010010 1010011 111000 0 111100 1001001 10010 1011 111111 110100

Color Harmonies of #D25338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25338

Black with #D25338

Text Example


Text Example

White with #D25338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25338; }

 p { color: rgb(210,83,56); }

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

background-color css

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

 a { background-color: rgb(210,83,56); }

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

border-color css

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

 span { border-color: rgb(210,83,56); }

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