Html Css Color HEX #CC3D1C Harley Davidson Orange

📋 copy color: '#CC3D1C'

red 204 ◦ green 61 ◦ blue 28

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

Shades of Harley Davidson Orange #CC3D1C

Tints of Harley Davidson Orange #CC3D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

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

R = 69.62%
G = 20.82%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC3D1C (or 0xCC3D1C) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 1C. RGB value is (204,61,28). Sum of RGB (Red+Green+Blue) = 204+61+28=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D1C is #33C2E3. Grayscale: #646464. Windows color (decimal): -3392228 or 1850828. OLE color: 1850828.

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

Color convert

RGB 204 61 28 -
CMYK 0 0.70 0.86 0.2
HSL 11.25º 0.76% 0.45% -
HSV(B) 11.25º 0.86% 0.8% -
XYZ 26.78 16.26 2.83 -
YUV 100 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 204 61 28 0 0.70 0.86 0.2 11.25 0.76 0.45
Hex CC 3D 1C 0 46 56 14 B 4C 2D
Octal 314 75 34 0 106 126 24 13 114 55
Binary 11001100 111101 11100 0 1000110 1010110 10100 1011 1001100 101101

Color Harmonies of #CC3D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D1C

Black with #CC3D1C

Text Example


Text Example

White with #CC3D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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