Html Css Color HEX #D44343 Cinnabar

📋 copy color: '#D44343'

red 212 ◦ green 67 ◦ blue 67

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

Shades of Cinnabar #D44343

Tints of Cinnabar #D44343

RGB

 RED value IS 212 (83.2% from 255) = 61.27%

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

 BLUE value IS 67 (26.56% from 255) = 19.36%

R = 61.27%
G = 19.36%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D44343 (or 0xD44343) is known color: Cinnabar. HEX triplet: D4, 43 and 43. RGB value is (212,67,67). Sum of RGB (Red+Green+Blue) = 212+67+67=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D44343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44343 is #2BBCBC. Grayscale: #6E6E6E. Windows color (decimal): -2866365 or 4408276. OLE color: 4408276.

HSL color Cylindrical-coordinate representation of color #D44343: hue angle of 0º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44343 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 67 67 -
CMYK 0 0.68 0.68 0.17
HSL 0.63% 0.55% -
HSV(B) 0.68% 0.83% -
XYZ 30.17 18.42 7.27 -
YUV 110.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 212 67 67 0 0.68 0.68 0.17 0 0.63 0.55
Hex D4 43 43 0 44 44 11 0 3F 37
Octal 324 103 103 0 104 104 21 0 77 67
Binary 11010100 1000011 1000011 0 1000100 1000100 10001 0 111111 110111

Color Harmonies of #D44343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44343

Black with #D44343

Text Example


Text Example

White with #D44343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44343; }

 p { color: rgb(212,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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