Html Css Color HEX #D74A2B Cinnabar

📋 copy color: '#D74A2B'

red 215 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #D74A2B

Tints of Cinnabar #D74A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 64.76%
G = 22.29%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D74A2B (or 0xD74A2B) is known color: Cinnabar. HEX triplet: D7, 4A and 2B. RGB value is (215,74,43). Sum of RGB (Red+Green+Blue) = 215+74+43=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A2B is #28B5D4. Grayscale: #707070. Windows color (decimal): -2667989 or 2837207. OLE color: 2837207.

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

Color convert

RGB 215 74 43 -
CMYK 0 0.66 0.8 0.16
HSL 10.81º 0.68% 0.51% -
HSV(B) 10.81º 0.8% 0.84% -
XYZ 30.91 19.52 4.42 -
YUV 112.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 215 74 43 0 0.66 0.8 0.16 10.81 0.68 0.51
Hex D7 4A 2B 0 42 50 10 B 44 33
Octal 327 112 53 0 102 120 20 13 104 63
Binary 11010111 1001010 101011 0 1000010 1010000 10000 1011 1000100 110011

Color Harmonies of #D74A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A2B

Black with #D74A2B

Text Example


Text Example

White with #D74A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A2B; }

 p { color: rgb(215,74,43); }

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

background-color css

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

 a { background-color: rgb(215,74,43); }

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

border-color css

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

 span { border-color: rgb(215,74,43); }

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