Html Css Color HEX #CC2614 Harley Davidson Orange

📋 copy color: '#CC2614'

red 204 ◦ green 38 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2614

Tints of Harley Davidson Orange #CC2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 77.86%
G = 14.5%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2614 (or 0xCC2614) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 14. RGB value is (204,38,20). Sum of RGB (Red+Green+Blue) = 204+38+20=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2614 is #33D9EB. Grayscale: #555555. Windows color (decimal): -3398124 or 1320652. OLE color: 1320652.

HSL color Cylindrical-coordinate representation of color #CC2614: hue angle of 5.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC2614 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 20 -
CMYK 0 0.81 0.90 0.2
HSL 5.87º 0.82% 0.44% -
HSV(B) 5.87º 0.9% 0.8% -
XYZ 25.72 14.27 2.06 -
YUV 85.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 204 38 20 0 0.81 0.90 0.2 5.87 0.82 0.44
Hex CC 26 14 0 51 5A 14 6 52 2C
Octal 314 46 24 0 121 132 24 6 122 54
Binary 11001100 100110 10100 0 1010001 1011010 10100 110 1010010 101100

Color Harmonies of #CC2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2614

Black with #CC2614

Text Example


Text Example

White with #CC2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2614; }

 p { color: rgb(204,38,20); }

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

background-color css

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

 a { background-color: rgb(204,38,20); }

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

border-color css

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

 span { border-color: rgb(204,38,20); }

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