Html Css Color HEX #CC2618 Harley Davidson Orange

📋 copy color: '#CC2618'

red 204 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2618

Tints of Harley Davidson Orange #CC2618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 76.69%
G = 14.29%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2618 (or 0xCC2618) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 18. RGB value is (204,38,24). Sum of RGB (Red+Green+Blue) = 204+38+24=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2618 is #33D9E7. Grayscale: #565656. Windows color (decimal): -3398120 or 1582796. OLE color: 1582796.

HSL color Cylindrical-coordinate representation of color #CC2618: hue angle of 4.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC2618 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 24 -
CMYK 0 0.81 0.88 0.2
HSL 4.67º 0.79% 0.45% -
HSV(B) 4.67º 0.88% 0.8% -
XYZ 25.76 14.29 2.26 -
YUV 86.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 204 38 24 0 0.81 0.88 0.2 4.67 0.79 0.45
Hex CC 26 18 0 51 58 14 5 4F 2D
Octal 314 46 30 0 121 130 24 5 117 55
Binary 11001100 100110 11000 0 1010001 1011000 10100 101 1001111 101101

Color Harmonies of #CC2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2618

Black with #CC2618

Text Example


Text Example

White with #CC2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2618; }

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

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

background-color css

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

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

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

border-color css

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

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

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