Html Css Color HEX #D74325 Cinnabar

📋 copy color: '#D74325'

red 215 ◦ green 67 ◦ blue 37

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

Shades of Cinnabar #D74325

Tints of Cinnabar #D74325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 67.4%
G = 21%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D74325 (or 0xD74325) is known color: Cinnabar. HEX triplet: D7, 43 and 25. RGB value is (215,67,37). Sum of RGB (Red+Green+Blue) = 215+67+37=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D74325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74325 is #28BCDA. Grayscale: #6C6C6C. Windows color (decimal): -2669787 or 2442199. OLE color: 2442199.

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

Color convert

RGB 215 67 37 -
CMYK 0 0.69 0.83 0.16
HSL 10.11º 0.71% 0.49% -
HSV(B) 10.11º 0.83% 0.84% -
XYZ 30.37 18.59 3.74 -
YUV 107.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 215 67 37 0 0.69 0.83 0.16 10.11 0.71 0.49
Hex D7 43 25 0 45 53 10 A 47 31
Octal 327 103 45 0 105 123 20 12 107 61
Binary 11010111 1000011 100101 0 1000101 1010011 10000 1010 1000111 110001

Color Harmonies of #D74325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74325

Black with #D74325

Text Example


Text Example

White with #D74325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74325; }

 p { color: rgb(215,67,37); }

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

background-color css

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

 a { background-color: rgb(215,67,37); }

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

border-color css

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

 span { border-color: rgb(215,67,37); }

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