Html Css Color HEX #CC3022 Harley Davidson Orange

📋 copy color: '#CC3022'

red 204 ◦ green 48 ◦ blue 34

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

Shades of Harley Davidson Orange #CC3022

Tints of Harley Davidson Orange #CC3022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 71.33%
G = 16.78%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3022 (or 0xCC3022) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 22. RGB value is (204,48,34). Sum of RGB (Red+Green+Blue) = 204+48+34=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3022 is #33CFDD. Grayscale: #5D5D5D. Windows color (decimal): -3395550 or 2240716. OLE color: 2240716.

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

Color convert

RGB 204 48 34 -
CMYK 0 0.76 0.83 0.2
HSL 4.94º 0.71% 0.47% -
HSV(B) 4.94º 0.83% 0.8% -
XYZ 26.25 15.07 3.04 -
YUV 93.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 204 48 34 0 0.76 0.83 0.2 4.94 0.71 0.47
Hex CC 30 22 0 4C 53 14 5 47 2F
Octal 314 60 42 0 114 123 24 5 107 57
Binary 11001100 110000 100010 0 1001100 1010011 10100 101 1000111 101111

Color Harmonies of #CC3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3022

Black with #CC3022

Text Example


Text Example

White with #CC3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3022; }

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

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

background-color css

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

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

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

border-color css

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

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

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