Html Css Color HEX #D74122 Cinnabar

📋 copy color: '#D74122'

red 215 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #D74122

Tints of Cinnabar #D74122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 68.47%
G = 20.7%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D74122 (or 0xD74122) is known color: Cinnabar. HEX triplet: D7, 41 and 22. RGB value is (215,65,34). Sum of RGB (Red+Green+Blue) = 215+65+34=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D74122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74122 is #28BEDD. Grayscale: #6A6A6A. Windows color (decimal): -2670302 or 2245079. OLE color: 2245079.

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

Color convert

RGB 215 65 34 -
CMYK 0 0.70 0.84 0.16
HSL 10.28º 0.73% 0.49% -
HSV(B) 10.28º 0.84% 0.84% -
XYZ 30.2 18.34 3.46 -
YUV 106.32 87.2 205.52 -
System Red Green Blue C M Y K H S L
Decimal 215 65 34 0 0.70 0.84 0.16 10.28 0.73 0.49
Hex D7 41 22 0 46 54 10 A 49 31
Octal 327 101 42 0 106 124 20 12 111 61
Binary 11010111 1000001 100010 0 1000110 1010100 10000 1010 1001001 110001

Color Harmonies of #D74122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74122

Black with #D74122

Text Example


Text Example

White with #D74122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74122; }

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

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

background-color css

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

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

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

border-color css

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

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

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