Html Css Color HEX #CC461E Harley Davidson Orange

📋 copy color: '#CC461E'

red 204 ◦ green 70 ◦ blue 30

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

Shades of Harley Davidson Orange #CC461E

Tints of Harley Davidson Orange #CC461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 67.11%
G = 23.03%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC461E (or 0xCC461E) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 1E. RGB value is (204,70,30). Sum of RGB (Red+Green+Blue) = 204+70+30=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC461E is #33B9E1. Grayscale: #696969. Windows color (decimal): -3389922 or 1984204. OLE color: 1984204.

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

Color convert

RGB 204 70 30 -
CMYK 0 0.66 0.85 0.2
HSL 13.79º 0.74% 0.46% -
HSV(B) 13.79º 0.85% 0.8% -
XYZ 27.33 17.31 3.13 -
YUV 105.51 85.39 198.25 -
System Red Green Blue C M Y K H S L
Decimal 204 70 30 0 0.66 0.85 0.2 13.79 0.74 0.46
Hex CC 46 1E 0 42 55 14 E 4A 2E
Octal 314 106 36 0 102 125 24 16 112 56
Binary 11001100 1000110 11110 0 1000010 1010101 10100 1110 1001010 101110

Color Harmonies of #CC461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC461E

Black with #CC461E

Text Example


Text Example

White with #CC461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC461E; }

 p { color: rgb(204,70,30); }

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

background-color css

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

 a { background-color: rgb(204,70,30); }

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

border-color css

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

 span { border-color: rgb(204,70,30); }

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