Html Css Color HEX #D74034 Cinnabar

📋 copy color: '#D74034'

red 215 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #D74034

Tints of Cinnabar #D74034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 64.95%
G = 19.34%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D74034 (or 0xD74034) is known color: Cinnabar. HEX triplet: D7, 40 and 34. RGB value is (215,64,52). Sum of RGB (Red+Green+Blue) = 215+64+52=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D74034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74034 is #28BFCB. Grayscale: #6B6B6B. Windows color (decimal): -2670540 or 3424471. OLE color: 3424471.

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

Color convert

RGB 215 64 52 -
CMYK 0 0.70 0.76 0.16
HSL 4.42º 0.67% 0.52% -
HSV(B) 4.42º 0.76% 0.84% -
XYZ 30.48 18.36 5.19 -
YUV 107.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 215 64 52 0 0.70 0.76 0.16 4.42 0.67 0.52
Hex D7 40 34 0 46 4C 10 4 43 34
Octal 327 100 64 0 106 114 20 4 103 64
Binary 11010111 1000000 110100 0 1000110 1001100 10000 100 1000011 110100

Color Harmonies of #D74034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74034

Black with #D74034

Text Example


Text Example

White with #D74034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74034; }

 p { color: rgb(215,64,52); }

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

background-color css

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

 a { background-color: rgb(215,64,52); }

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

border-color css

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

 span { border-color: rgb(215,64,52); }

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