Html Css Color HEX #CC450C Harley Davidson Orange

📋 copy color: '#CC450C'

red 204 ◦ green 69 ◦ blue 12

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

Shades of Harley Davidson Orange #CC450C

Tints of Harley Davidson Orange #CC450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 71.58%
G = 24.21%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC450C (or 0xCC450C) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 0C. RGB value is (204,69,12). Sum of RGB (Red+Green+Blue) = 204+69+12=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC450C is #33BAF3. Grayscale: #676767. Windows color (decimal): -3390196 or 804300. OLE color: 804300.

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

Color convert

RGB 204 69 12 -
CMYK 0 0.66 0.94 0.2
HSL 17.81º 0.89% 0.42% -
HSV(B) 17.81º 0.94% 0.8% -
XYZ 27.1 17.12 2.22 -
YUV 102.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 204 69 12 0 0.66 0.94 0.2 17.81 0.89 0.42
Hex CC 45 C 0 42 5E 14 12 59 2A
Octal 314 105 14 0 102 136 24 22 131 52
Binary 11001100 1000101 1100 0 1000010 1011110 10100 10010 1011001 101010

Color Harmonies of #CC450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC450C

Black with #CC450C

Text Example


Text Example

White with #CC450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC450C; }

 p { color: rgb(204,69,12); }

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

background-color css

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

 a { background-color: rgb(204,69,12); }

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

border-color css

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

 span { border-color: rgb(204,69,12); }

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