Html Css Color HEX #D74441 Cinnabar

📋 copy color: '#D74441'

red 215 ◦ green 68 ◦ blue 65

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

Shades of Cinnabar #D74441

Tints of Cinnabar #D74441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 61.78%
G = 19.54%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D74441 (or 0xD74441) is known color: Cinnabar. HEX triplet: D7, 44 and 41. RGB value is (215,68,65). Sum of RGB (Red+Green+Blue) = 215+68+65=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D74441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74441 is #28BBBE. Grayscale: #6F6F6F. Windows color (decimal): -2669503 or 4277463. OLE color: 4277463.

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

Color convert

RGB 215 68 65 -
CMYK 0 0.68 0.70 0.16
HSL 1.2º 0.65% 0.55% -
HSV(B) 1.2º 0.7% 0.84% -
XYZ 31.05 18.96 7.02 -
YUV 111.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 215 68 65 0 0.68 0.70 0.16 1.2 0.65 0.55
Hex D7 44 41 0 44 46 10 1 41 37
Octal 327 104 101 0 104 106 20 1 101 67
Binary 11010111 1000100 1000001 0 1000100 1000110 10000 1 1000001 110111

Color Harmonies of #D74441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74441

Black with #D74441

Text Example


Text Example

White with #D74441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74441; }

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

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

background-color css

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

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

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

border-color css

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

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

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