Html Css Color HEX #D74538 Cinnabar

📋 copy color: '#D74538'

red 215 ◦ green 69 ◦ blue 56

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

Shades of Cinnabar #D74538

Tints of Cinnabar #D74538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 63.24%
G = 20.29%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D74538 (or 0xD74538) is known color: Cinnabar. HEX triplet: D7, 45 and 38. RGB value is (215,69,56). Sum of RGB (Red+Green+Blue) = 215+69+56=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D74538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74538 is #28BAC7. Grayscale: #6F6F6F. Windows color (decimal): -2669256 or 3687895. OLE color: 3687895.

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

Color convert

RGB 215 69 56 -
CMYK 0 0.68 0.74 0.16
HSL 4.91º 0.67% 0.53% -
HSV(B) 4.91º 0.74% 0.84% -
XYZ 30.87 18.99 5.78 -
YUV 111.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 215 69 56 0 0.68 0.74 0.16 4.91 0.67 0.53
Hex D7 45 38 0 44 4A 10 5 43 35
Octal 327 105 70 0 104 112 20 5 103 65
Binary 11010111 1000101 111000 0 1000100 1001010 10000 101 1000011 110101

Color Harmonies of #D74538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74538

Black with #D74538

Text Example


Text Example

White with #D74538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74538; }

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

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

background-color css

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

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

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

border-color css

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

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

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