Html Css Color HEX #CC441A Harley Davidson Orange

📋 copy color: '#CC441A'

red 204 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #CC441A

Tints of Harley Davidson Orange #CC441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 68.46%
G = 22.82%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC441A (or 0xCC441A) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 1A. RGB value is (204,68,26). Sum of RGB (Red+Green+Blue) = 204+68+26=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC441A is #33BBE5. Grayscale: #686868. Windows color (decimal): -3390438 or 1721548. OLE color: 1721548.

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

Color convert

RGB 204 68 26 -
CMYK 0 0.67 0.87 0.2
HSL 14.16º 0.77% 0.45% -
HSV(B) 14.16º 0.87% 0.8% -
XYZ 27.16 17.05 2.84 -
YUV 103.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 204 68 26 0 0.67 0.87 0.2 14.16 0.77 0.45
Hex CC 44 1A 0 43 57 14 E 4D 2D
Octal 314 104 32 0 103 127 24 16 115 55
Binary 11001100 1000100 11010 0 1000011 1010111 10100 1110 1001101 101101

Color Harmonies of #CC441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC441A

Black with #CC441A

Text Example


Text Example

White with #CC441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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