Html Css Color HEX #CC351C Harley Davidson Orange

📋 copy color: '#CC351C'

red 204 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #CC351C

Tints of Harley Davidson Orange #CC351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 71.58%
G = 18.6%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC351C (or 0xCC351C) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 1C. RGB value is (204,53,28). Sum of RGB (Red+Green+Blue) = 204+53+28=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC351C is #33CAE3. Grayscale: #5F5F5F. Windows color (decimal): -3394276 or 1848780. OLE color: 1848780.

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

Color convert

RGB 204 53 28 -
CMYK 0 0.74 0.86 0.2
HSL 8.52º 0.76% 0.45% -
HSV(B) 8.52º 0.86% 0.8% -
XYZ 26.38 15.47 2.69 -
YUV 95.3 90.03 205.53 -
System Red Green Blue C M Y K H S L
Decimal 204 53 28 0 0.74 0.86 0.2 8.52 0.76 0.45
Hex CC 35 1C 0 4A 56 14 9 4C 2D
Octal 314 65 34 0 112 126 24 11 114 55
Binary 11001100 110101 11100 0 1001010 1010110 10100 1001 1001100 101101

Color Harmonies of #CC351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC351C

Black with #CC351C

Text Example


Text Example

White with #CC351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC351C; }

 p { color: rgb(204,53,28); }

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

background-color css

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

 a { background-color: rgb(204,53,28); }

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

border-color css

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

 span { border-color: rgb(204,53,28); }

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