Html Css Color HEX #CC440B Harley Davidson Orange

📋 copy color: '#CC440B'

red 204 ◦ green 68 ◦ blue 11

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

Shades of Harley Davidson Orange #CC440B

Tints of Harley Davidson Orange #CC440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 72.08%
G = 24.03%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC440B (or 0xCC440B) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 0B. RGB value is (204,68,11). Sum of RGB (Red+Green+Blue) = 204+68+11=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC440B is #33BBF4. Grayscale: #666666. Windows color (decimal): -3390453 or 738508. OLE color: 738508.

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

Color convert

RGB 204 68 11 -
CMYK 0 0.67 0.95 0.2
HSL 17.72º 0.9% 0.42% -
HSV(B) 17.72º 0.95% 0.8% -
XYZ 27.03 17 2.17 -
YUV 102.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 204 68 11 0 0.67 0.95 0.2 17.72 0.9 0.42
Hex CC 44 B 0 43 5F 14 12 5A 2A
Octal 314 104 13 0 103 137 24 22 132 52
Binary 11001100 1000100 1011 0 1000011 1011111 10100 10010 1011010 101010

Color Harmonies of #CC440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC440B

Black with #CC440B

Text Example


Text Example

White with #CC440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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