Html Css Color HEX #D74138 Cinnabar

📋 copy color: '#D74138'

red 215 ◦ green 65 ◦ blue 56

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

Shades of Cinnabar #D74138

Tints of Cinnabar #D74138

RGB

 RED value IS 215 (84.38% from 255) = 63.99%

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 63.99%
G = 19.35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D74138 (or 0xD74138) is known color: Cinnabar. HEX triplet: D7, 41 and 38. RGB value is (215,65,56). Sum of RGB (Red+Green+Blue) = 215+65+56=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D74138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74138 is #28BEC7. Grayscale: #6D6D6D. Windows color (decimal): -2670280 or 3686871. OLE color: 3686871.

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

Color convert

RGB 215 65 56 -
CMYK 0 0.70 0.74 0.16
HSL 3.4º 0.67% 0.53% -
HSV(B) 3.4º 0.74% 0.84% -
XYZ 30.63 18.51 5.7 -
YUV 108.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 215 65 56 0 0.70 0.74 0.16 3.4 0.67 0.53
Hex D7 41 38 0 46 4A 10 3 43 35
Octal 327 101 70 0 106 112 20 3 103 65
Binary 11010111 1000001 111000 0 1000110 1001010 10000 11 1000011 110101

Color Harmonies of #D74138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74138

Black with #D74138

Text Example


Text Example

White with #D74138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74138; }

 p { color: rgb(215,65,56); }

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

background-color css

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

 a { background-color: rgb(215,65,56); }

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

border-color css

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

 span { border-color: rgb(215,65,56); }

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