Html Css Color HEX #CC321E Harley Davidson Orange

📋 copy color: '#CC321E'

red 204 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #CC321E

Tints of Harley Davidson Orange #CC321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 71.83%
G = 17.61%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC321E (or 0xCC321E) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 1E. RGB value is (204,50,30). Sum of RGB (Red+Green+Blue) = 204+50+30=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC321E is #33CDE1. Grayscale: #5D5D5D. Windows color (decimal): -3395042 or 1979084. OLE color: 1979084.

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

Color convert

RGB 204 50 30 -
CMYK 0 0.75 0.85 0.2
HSL 6.9º 0.74% 0.46% -
HSV(B) 6.9º 0.85% 0.8% -
XYZ 26.28 15.21 2.78 -
YUV 93.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 204 50 30 0 0.75 0.85 0.2 6.9 0.74 0.46
Hex CC 32 1E 0 4B 55 14 7 4A 2E
Octal 314 62 36 0 113 125 24 7 112 56
Binary 11001100 110010 11110 0 1001011 1010101 10100 111 1001010 101110

Color Harmonies of #CC321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC321E

Black with #CC321E

Text Example


Text Example

White with #CC321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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