Html Css Color HEX #CC350C Harley Davidson Orange

📋 copy color: '#CC350C'

red 204 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #CC350C

Tints of Harley Davidson Orange #CC350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 75.84%
G = 19.7%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC350C (or 0xCC350C) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 0C. RGB value is (204,53,12). Sum of RGB (Red+Green+Blue) = 204+53+12=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC350C is #33CAF3. Grayscale: #5D5D5D. Windows color (decimal): -3394292 or 800204. OLE color: 800204.

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

Color convert

RGB 204 53 12 -
CMYK 0 0.74 0.94 0.2
HSL 12.81º 0.89% 0.42% -
HSV(B) 12.81º 0.94% 0.8% -
XYZ 26.24 15.41 1.94 -
YUV 93.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 204 53 12 0 0.74 0.94 0.2 12.81 0.89 0.42
Hex CC 35 C 0 4A 5E 14 D 59 2A
Octal 314 65 14 0 112 136 24 15 131 52
Binary 11001100 110101 1100 0 1001010 1011110 10100 1101 1011001 101010

Color Harmonies of #CC350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC350C

Black with #CC350C

Text Example


Text Example

White with #CC350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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