Html Css Color HEX #CC3719 Harley Davidson Orange

📋 copy color: '#CC3719'

red 204 ◦ green 55 ◦ blue 25

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

Shades of Harley Davidson Orange #CC3719

Tints of Harley Davidson Orange #CC3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 71.83%
G = 19.37%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC3719 (or 0xCC3719) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 19. RGB value is (204,55,25). Sum of RGB (Red+Green+Blue) = 204+55+25=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3719 is #33C8E6. Grayscale: #606060. Windows color (decimal): -3393767 or 1652684. OLE color: 1652684.

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

Color convert

RGB 204 55 25 -
CMYK 0 0.73 0.88 0.2
HSL 10.06º 0.78% 0.45% -
HSV(B) 10.06º 0.88% 0.8% -
XYZ 26.44 15.64 2.54 -
YUV 96.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 204 55 25 0 0.73 0.88 0.2 10.06 0.78 0.45
Hex CC 37 19 0 49 58 14 A 4E 2D
Octal 314 67 31 0 111 130 24 12 116 55
Binary 11001100 110111 11001 0 1001001 1011000 10100 1010 1001110 101101

Color Harmonies of #CC3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3719

Black with #CC3719

Text Example


Text Example

White with #CC3719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3719; }

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

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

background-color css

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

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

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

border-color css

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

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

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