Html Css Color HEX #CC450D Harley Davidson Orange

📋 copy color: '#CC450D'

red 204 ◦ green 69 ◦ blue 13

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

Shades of Harley Davidson Orange #CC450D

Tints of Harley Davidson Orange #CC450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 71.33%
G = 24.13%
B = 4.55%

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

#CC450D (or 0xCC450D) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 0D. RGB value is (204,69,13). Sum of RGB (Red+Green+Blue) = 204+69+13=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC450D is #33BAF2. Grayscale: #676767. Windows color (decimal): -3390195 or 869836. OLE color: 869836.

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

Color convert

RGB 204 69 13 -
CMYK 0 0.66 0.94 0.2
HSL 17.59º 0.88% 0.43% -
HSV(B) 17.59º 0.94% 0.8% -
XYZ 27.1 17.12 2.26 -
YUV 102.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 204 69 13 0 0.66 0.94 0.2 17.59 0.88 0.43
Hex CC 45 D 0 42 5E 14 12 58 2B
Octal 314 105 15 0 102 136 24 22 130 53
Binary 11001100 1000101 1101 0 1000010 1011110 10100 10010 1011000 101011

Color Harmonies of #CC450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC450D

Black with #CC450D

Text Example


Text Example

White with #CC450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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