Html Css Color HEX #CC390E Harley Davidson Orange

📋 copy color: '#CC390E'

red 204 ◦ green 57 ◦ blue 14

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

Shades of Harley Davidson Orange #CC390E

Tints of Harley Davidson Orange #CC390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.73%

 BLUE value IS 14 (5.86% from 255) = 5.09%

R = 74.18%
G = 20.73%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC390E (or 0xCC390E) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 0E. RGB value is (204,57,14). Sum of RGB (Red+Green+Blue) = 204+57+14=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC390E is #33C6F1. Grayscale: #606060. Windows color (decimal): -3393266 or 932300. OLE color: 932300.

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

Color convert

RGB 204 57 14 -
CMYK 0 0.72 0.93 0.2
HSL 13.58º 0.87% 0.43% -
HSV(B) 13.58º 0.93% 0.8% -
XYZ 26.44 15.8 2.07 -
YUV 96.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 204 57 14 0 0.72 0.93 0.2 13.58 0.87 0.43
Hex CC 39 E 0 48 5D 14 E 57 2B
Octal 314 71 16 0 110 135 24 16 127 53
Binary 11001100 111001 1110 0 1001000 1011101 10100 1110 1010111 101011

Color Harmonies of #CC390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC390E

Black with #CC390E

Text Example


Text Example

White with #CC390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC390E; }

 p { color: rgb(204,57,14); }

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

background-color css

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

 a { background-color: rgb(204,57,14); }

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

border-color css

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

 span { border-color: rgb(204,57,14); }

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