Html Css Color HEX #CC3103 Harley Davidson Orange

📋 copy color: '#CC3103'

red 204 ◦ green 49 ◦ blue 3

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

Shades of Harley Davidson Orange #CC3103

Tints of Harley Davidson Orange #CC3103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 79.69%
G = 19.14%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3103 (or 0xCC3103) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 03. RGB value is (204,49,3). Sum of RGB (Red+Green+Blue) = 204+49+3=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3103 is #33CEFC. Grayscale: #5A5A5A. Windows color (decimal): -3395325 or 209356. OLE color: 209356.

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

Color convert

RGB 204 49 3 -
CMYK 0 0.76 0.99 0.2
HSL 13.73º 0.97% 0.41% -
HSV(B) 13.73º 0.99% 0.8% -
XYZ 26.02 15.04 1.62 -
YUV 90.1 78.85 209.24 -
System Red Green Blue C M Y K H S L
Decimal 204 49 3 0 0.76 0.99 0.2 13.73 0.97 0.41
Hex CC 31 3 0 4C 63 14 E 61 29
Octal 314 61 3 0 114 143 24 16 141 51
Binary 11001100 110001 11 0 1001100 1100011 10100 1110 1100001 101001

Color Harmonies of #CC3103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3103

Black with #CC3103

Text Example


Text Example

White with #CC3103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3103; }

 p { color: rgb(204,49,3); }

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

background-color css

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

 a { background-color: rgb(204,49,3); }

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

border-color css

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

 span { border-color: rgb(204,49,3); }

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