Html Css Color HEX #CC3021 Harley Davidson Orange

📋 copy color: '#CC3021'

red 204 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #CC3021

Tints of Harley Davidson Orange #CC3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 71.58%
G = 16.84%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3021 (or 0xCC3021) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 21. RGB value is (204,48,33). Sum of RGB (Red+Green+Blue) = 204+48+33=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3021 is #33CFDE. Grayscale: #5D5D5D. Windows color (decimal): -3395551 or 2175180. OLE color: 2175180.

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

Color convert

RGB 204 48 33 -
CMYK 0 0.76 0.84 0.2
HSL 5.26º 0.72% 0.46% -
HSV(B) 5.26º 0.84% 0.8% -
XYZ 26.23 15.06 2.96 -
YUV 92.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 204 48 33 0 0.76 0.84 0.2 5.26 0.72 0.46
Hex CC 30 21 0 4C 54 14 5 48 2E
Octal 314 60 41 0 114 124 24 5 110 56
Binary 11001100 110000 100001 0 1001100 1010100 10100 101 1001000 101110

Color Harmonies of #CC3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3021

Black with #CC3021

Text Example


Text Example

White with #CC3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3021; }

 p { color: rgb(204,48,33); }

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

background-color css

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

 a { background-color: rgb(204,48,33); }

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

border-color css

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

 span { border-color: rgb(204,48,33); }

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