Html Css Color HEX #D74430 Cinnabar

📋 copy color: '#D74430'

red 215 ◦ green 68 ◦ blue 48

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

Shades of Cinnabar #D74430

Tints of Cinnabar #D74430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 64.95%
G = 20.54%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D74430 (or 0xD74430) is known color: Cinnabar. HEX triplet: D7, 44 and 30. RGB value is (215,68,48). Sum of RGB (Red+Green+Blue) = 215+68+48=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D74430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74430 is #28BBCF. Grayscale: #6D6D6D. Windows color (decimal): -2669520 or 3163351. OLE color: 3163351.

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

Color convert

RGB 215 68 48 -
CMYK 0 0.68 0.78 0.16
HSL 7.19º 0.68% 0.52% -
HSV(B) 7.19º 0.78% 0.84% -
XYZ 30.62 18.79 4.81 -
YUV 109.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 215 68 48 0 0.68 0.78 0.16 7.19 0.68 0.52
Hex D7 44 30 0 44 4E 10 7 44 34
Octal 327 104 60 0 104 116 20 7 104 64
Binary 11010111 1000100 110000 0 1000100 1001110 10000 111 1000100 110100

Color Harmonies of #D74430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74430

Black with #D74430

Text Example


Text Example

White with #D74430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74430; }

 p { color: rgb(215,68,48); }

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

background-color css

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

 a { background-color: rgb(215,68,48); }

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

border-color css

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

 span { border-color: rgb(215,68,48); }

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