Html Css Color HEX #D74123 Cinnabar

📋 copy color: '#D74123'

red 215 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #D74123

Tints of Cinnabar #D74123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.11%

R = 68.25%
G = 20.63%
B = 11.11%

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

#D74123 (or 0xD74123) is known color: Cinnabar. HEX triplet: D7, 41 and 23. RGB value is (215,65,35). Sum of RGB (Red+Green+Blue) = 215+65+35=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D74123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74123 is #28BEDC. Grayscale: #6A6A6A. Windows color (decimal): -2670301 or 2310615. OLE color: 2310615.

HSL color Cylindrical-coordinate representation of color #D74123: hue angle of 10º degrees, saturation: 0.72, 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 #D74123 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 35 -
CMYK 0 0.70 0.84 0.16
HSL 10º 0.72% 0.49% -
HSV(B) 10º 0.84% 0.84% -
XYZ 30.22 18.35 3.54 -
YUV 106.43 87.7 205.44 -
System Red Green Blue C M Y K H S L
Decimal 215 65 35 0 0.70 0.84 0.16 10 0.72 0.49
Hex D7 41 23 0 46 54 10 A 48 31
Octal 327 101 43 0 106 124 20 12 110 61
Binary 11010111 1000001 100011 0 1000110 1010100 10000 1010 1001000 110001

Color Harmonies of #D74123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74123

Black with #D74123

Text Example


Text Example

White with #D74123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74123; }

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

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

background-color css

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

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

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

border-color css

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

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

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