Html Css Color HEX #CC3E1D Harley Davidson Orange

📋 copy color: '#CC3E1D'

red 204 ◦ green 62 ◦ blue 29

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

Shades of Harley Davidson Orange #CC3E1D

Tints of Harley Davidson Orange #CC3E1D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.02%

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 69.15%
G = 21.02%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC3E1D (or 0xCC3E1D) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 1D. RGB value is (204,62,29). Sum of RGB (Red+Green+Blue) = 204+62+29=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E1D is #33C1E2. Grayscale: #646464. Windows color (decimal): -3391971 or 1916620. OLE color: 1916620.

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

Color convert

RGB 204 62 29 -
CMYK 0 0.70 0.86 0.2
HSL 11.31º 0.75% 0.46% -
HSV(B) 11.31º 0.86% 0.8% -
XYZ 26.85 16.37 2.91 -
YUV 100.7 87.54 201.68 -
System Red Green Blue C M Y K H S L
Decimal 204 62 29 0 0.70 0.86 0.2 11.31 0.75 0.46
Hex CC 3E 1D 0 46 56 14 B 4B 2E
Octal 314 76 35 0 106 126 24 13 113 56
Binary 11001100 111110 11101 0 1000110 1010110 10100 1011 1001011 101110

Color Harmonies of #CC3E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E1D

Black with #CC3E1D

Text Example


Text Example

White with #CC3E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E1D; }

 p { color: rgb(204,62,29); }

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

background-color css

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

 a { background-color: rgb(204,62,29); }

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

border-color css

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

 span { border-color: rgb(204,62,29); }

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