Html Css Color HEX #D44302 Tenne (Tawny)

📋 copy color: '#D44302'

red 212 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #D44302

Tints of Tenne (Tawny) #D44302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 75.44%
G = 23.84%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D44302 (or 0xD44302) is known color: Tenne (Tawny). HEX triplet: D4, 43 and 02. RGB value is (212,67,2). Sum of RGB (Red+Green+Blue) = 212+67+2=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D44302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44302 is #2BBCFD. Grayscale: #676767. Windows color (decimal): -2866430 or 148436. OLE color: 148436.

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

Color convert

RGB 212 67 2 -
CMYK 0 0.68 0.99 0.17
HSL 18.57º 0.98% 0.42% -
HSV(B) 18.57º 0.99% 0.83% -
XYZ 29.17 18.02 2 -
YUV 102.95 71.04 205.79 -
System Red Green Blue C M Y K H S L
Decimal 212 67 2 0 0.68 0.99 0.17 18.57 0.98 0.42
Hex D4 43 2 0 44 63 11 13 62 2A
Octal 324 103 2 0 104 143 21 23 142 52
Binary 11010100 1000011 10 0 1000100 1100011 10001 10011 1100010 101010

Color Harmonies of #D44302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44302

Black with #D44302

Text Example


Text Example

White with #D44302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44302; }

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

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

background-color css

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

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

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

border-color css

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

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

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