Html Css Color HEX #CC321D Harley Davidson Orange

📋 copy color: '#CC321D'

red 204 ◦ green 50 ◦ blue 29

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

Shades of Harley Davidson Orange #CC321D

Tints of Harley Davidson Orange #CC321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 72.08%
G = 17.67%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC321D (or 0xCC321D) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 1D. RGB value is (204,50,29). Sum of RGB (Red+Green+Blue) = 204+50+29=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC321D is #33CDE2. Grayscale: #5D5D5D. Windows color (decimal): -3395043 or 1913548. OLE color: 1913548.

HSL color Cylindrical-coordinate representation of color #CC321D: hue angle of 7.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC321D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 29 -
CMYK 0 0.75 0.86 0.2
HSL 7.2º 0.75% 0.46% -
HSV(B) 7.2º 0.86% 0.8% -
XYZ 26.26 15.21 2.71 -
YUV 93.65 91.52 206.71 -
System Red Green Blue C M Y K H S L
Decimal 204 50 29 0 0.75 0.86 0.2 7.2 0.75 0.46
Hex CC 32 1D 0 4B 56 14 7 4B 2E
Octal 314 62 35 0 113 126 24 7 113 56
Binary 11001100 110010 11101 0 1001011 1010110 10100 111 1001011 101110

Color Harmonies of #CC321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC321D

Black with #CC321D

Text Example


Text Example

White with #CC321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC321D; }

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

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

background-color css

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

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

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

border-color css

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

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

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