Html Css Color HEX #CC3619 Harley Davidson Orange

📋 copy color: '#CC3619'

red 204 ◦ green 54 ◦ blue 25

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

Shades of Harley Davidson Orange #CC3619

Tints of Harley Davidson Orange #CC3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 72.08%
G = 19.08%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC3619 (or 0xCC3619) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 19. RGB value is (204,54,25). Sum of RGB (Red+Green+Blue) = 204+54+25=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3619 is #33C9E6. Grayscale: #5F5F5F. Windows color (decimal): -3394023 or 1652428. OLE color: 1652428.

HSL color Cylindrical-coordinate representation of color #CC3619: hue angle of 9.72º degrees, saturation: 0.78, 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 #CC3619 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 25 -
CMYK 0 0.74 0.88 0.2
HSL 9.72º 0.78% 0.45% -
HSV(B) 9.72º 0.88% 0.8% -
XYZ 26.4 15.55 2.53 -
YUV 95.54 88.2 205.36 -
System Red Green Blue C M Y K H S L
Decimal 204 54 25 0 0.74 0.88 0.2 9.72 0.78 0.45
Hex CC 36 19 0 4A 58 14 A 4E 2D
Octal 314 66 31 0 112 130 24 12 116 55
Binary 11001100 110110 11001 0 1001010 1011000 10100 1010 1001110 101101

Color Harmonies of #CC3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3619

Black with #CC3619

Text Example


Text Example

White with #CC3619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3619; }

 p { color: rgb(204,54,25); }

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

background-color css

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

 a { background-color: rgb(204,54,25); }

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

border-color css

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

 span { border-color: rgb(204,54,25); }

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