Html Css Color HEX #CC390D Harley Davidson Orange

📋 copy color: '#CC390D'

red 204 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #CC390D

Tints of Harley Davidson Orange #CC390D

RGB

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

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

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

R = 74.45%
G = 20.8%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC390D (or 0xCC390D) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 0D. RGB value is (204,57,13). Sum of RGB (Red+Green+Blue) = 204+57+13=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC390D is #33C6F2. Grayscale: #606060. Windows color (decimal): -3393267 or 866764. OLE color: 866764.

HSL color Cylindrical-coordinate representation of color #CC390D: hue angle of 13.82º 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 #CC390D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 13 -
CMYK 0 0.72 0.94 0.2
HSL 13.82º 0.88% 0.43% -
HSV(B) 13.82º 0.94% 0.8% -
XYZ 26.44 15.79 2.04 -
YUV 95.94 81.2 205.08 -
System Red Green Blue C M Y K H S L
Decimal 204 57 13 0 0.72 0.94 0.2 13.82 0.88 0.43
Hex CC 39 D 0 48 5E 14 E 58 2B
Octal 314 71 15 0 110 136 24 16 130 53
Binary 11001100 111001 1101 0 1001000 1011110 10100 1110 1011000 101011

Color Harmonies of #CC390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC390D

Black with #CC390D

Text Example


Text Example

White with #CC390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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