Html Css Color HEX #DD433A Cinnabar

📋 copy color: '#DD433A'

red 221 ◦ green 67 ◦ blue 58

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

Shades of Cinnabar #DD433A

Tints of Cinnabar #DD433A

RGB

 RED value IS 221 (86.72% from 255) = 63.87%

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 63.87%
G = 19.36%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD433A (or 0xDD433A) is known color: Cinnabar. HEX triplet: DD, 43 and 3A. RGB value is (221,67,58). Sum of RGB (Red+Green+Blue) = 221+67+58=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD433A is #22BCC5. Grayscale: #707070. Windows color (decimal): -2276550 or 3818461. OLE color: 3818461.

HSL color Cylindrical-coordinate representation of color #DD433A: hue angle of 3.31º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD433A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 58 -
CMYK 0 0.70 0.74 0.13
HSL 3.31º 0.71% 0.55% -
HSV(B) 3.31º 0.74% 0.87% -
XYZ 32.59 19.69 6.09 -
YUV 112.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 221 67 58 0 0.70 0.74 0.13 3.31 0.71 0.55
Hex DD 43 3A 0 46 4A D 3 47 37
Octal 335 103 72 0 106 112 15 3 107 67
Binary 11011101 1000011 111010 0 1000110 1001010 1101 11 1000111 110111

Color Harmonies of #DD433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD433A

Black with #DD433A

Text Example


Text Example

White with #DD433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD433A; }

 p { color: rgb(221,67,58); }

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

background-color css

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

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

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

border-color css

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

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

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