Html Css Color HEX #CC3214 Harley Davidson Orange

📋 copy color: '#CC3214'

red 204 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #CC3214

Tints of Harley Davidson Orange #CC3214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 74.45%
G = 18.25%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3214 (or 0xCC3214) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 14. RGB value is (204,50,20). Sum of RGB (Red+Green+Blue) = 204+50+20=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3214 is #33CDEB. Grayscale: #5C5C5C. Windows color (decimal): -3395052 or 1323724. OLE color: 1323724.

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

Color convert

RGB 204 50 20 -
CMYK 0 0.75 0.90 0.2
HSL 9.78º 0.82% 0.44% -
HSV(B) 9.78º 0.9% 0.8% -
XYZ 26.17 15.17 2.21 -
YUV 92.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 204 50 20 0 0.75 0.90 0.2 9.78 0.82 0.44
Hex CC 32 14 0 4B 5A 14 A 52 2C
Octal 314 62 24 0 113 132 24 12 122 54
Binary 11001100 110010 10100 0 1001011 1011010 10100 1010 1010010 101100

Color Harmonies of #CC3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3214

Black with #CC3214

Text Example


Text Example

White with #CC3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3214; }

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

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

background-color css

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

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

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

border-color css

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

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

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