Html Css Color HEX #CC3822 Harley Davidson Orange

📋 copy color: '#CC3822'

red 204 ◦ green 56 ◦ blue 34

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

Shades of Harley Davidson Orange #CC3822

Tints of Harley Davidson Orange #CC3822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

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

R = 69.39%
G = 19.05%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3822 (or 0xCC3822) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 22. RGB value is (204,56,34). Sum of RGB (Red+Green+Blue) = 204+56+34=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3822 is #33C7DD. Grayscale: #616161. Windows color (decimal): -3393502 or 2242764. OLE color: 2242764.

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

Color convert

RGB 204 56 34 -
CMYK 0 0.73 0.83 0.2
HSL 7.76º 0.71% 0.47% -
HSV(B) 7.76º 0.83% 0.8% -
XYZ 26.6 15.78 3.16 -
YUV 97.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 204 56 34 0 0.73 0.83 0.2 7.76 0.71 0.47
Hex CC 38 22 0 49 53 14 8 47 2F
Octal 314 70 42 0 111 123 24 10 107 57
Binary 11001100 111000 100010 0 1001001 1010011 10100 1000 1000111 101111

Color Harmonies of #CC3822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3822

Black with #CC3822

Text Example


Text Example

White with #CC3822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3822; }

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

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

background-color css

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

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

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

border-color css

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

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

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