Html Css Color HEX #CC3804 Harley Davidson Orange

📋 copy color: '#CC3804'

red 204 ◦ green 56 ◦ blue 4

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

Shades of Harley Davidson Orange #CC3804

Tints of Harley Davidson Orange #CC3804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 77.27%
G = 21.21%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC3804 (or 0xCC3804) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 04. RGB value is (204,56,4). Sum of RGB (Red+Green+Blue) = 204+56+4=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3804 is #33C7FB. Grayscale: #5E5E5E. Windows color (decimal): -3393532 or 276684. OLE color: 276684.

HSL color Cylindrical-coordinate representation of color #CC3804: hue angle of 15.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC3804 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 4 -
CMYK 0 0.73 0.98 0.2
HSL 15.6º 0.96% 0.41% -
HSV(B) 15.6º 0.98% 0.8% -
XYZ 26.34 15.67 1.75 -
YUV 94.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 204 56 4 0 0.73 0.98 0.2 15.6 0.96 0.41
Hex CC 38 4 0 49 62 14 10 60 29
Octal 314 70 4 0 111 142 24 20 140 51
Binary 11001100 111000 100 0 1001001 1100010 10100 10000 1100000 101001

Color Harmonies of #CC3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3804

Black with #CC3804

Text Example


Text Example

White with #CC3804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3804; }

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

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

background-color css

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

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

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

border-color css

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

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

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