Html Css Color HEX #CC441D Harley Davidson Orange

📋 copy color: '#CC441D'

red 204 ◦ green 68 ◦ blue 29

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

Shades of Harley Davidson Orange #CC441D

Tints of Harley Davidson Orange #CC441D

RGB

 RED value IS 204 (80.08% from 255) = 67.77%

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 67.77%
G = 22.59%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC441D (or 0xCC441D) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 1D. RGB value is (204,68,29). Sum of RGB (Red+Green+Blue) = 204+68+29=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC441D is #33BBE2. Grayscale: #686868. Windows color (decimal): -3390435 or 1918156. OLE color: 1918156.

HSL color Cylindrical-coordinate representation of color #CC441D: hue angle of 13.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC441D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 29 -
CMYK 0 0.67 0.86 0.2
HSL 13.37º 0.75% 0.46% -
HSV(B) 13.37º 0.86% 0.8% -
XYZ 27.19 17.06 3.02 -
YUV 104.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 204 68 29 0 0.67 0.86 0.2 13.37 0.75 0.46
Hex CC 44 1D 0 43 56 14 D 4B 2E
Octal 314 104 35 0 103 126 24 15 113 56
Binary 11001100 1000100 11101 0 1000011 1010110 10100 1101 1001011 101110

Color Harmonies of #CC441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC441D

Black with #CC441D

Text Example


Text Example

White with #CC441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC441D; }

 p { color: rgb(204,68,29); }

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

background-color css

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

 a { background-color: rgb(204,68,29); }

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

border-color css

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

 span { border-color: rgb(204,68,29); }

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