Html Css Color HEX #CC3B0B Harley Davidson Orange

📋 copy color: '#CC3B0B'

red 204 ◦ green 59 ◦ blue 11

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

Shades of Harley Davidson Orange #CC3B0B

Tints of Harley Davidson Orange #CC3B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 74.45%
G = 21.53%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC3B0B (or 0xCC3B0B) is known color: Harley Davidson Orange. HEX triplet: CC, 3B and 0B. RGB value is (204,59,11). Sum of RGB (Red+Green+Blue) = 204+59+11=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3B0B is #33C4F4. Grayscale: #616161. Windows color (decimal): -3392757 or 736204. OLE color: 736204.

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

Color convert

RGB 204 59 11 -
CMYK 0 0.71 0.95 0.2
HSL 14.92º 0.9% 0.42% -
HSV(B) 14.92º 0.95% 0.8% -
XYZ 26.53 15.99 2 -
YUV 96.88 79.54 204.4 -
System Red Green Blue C M Y K H S L
Decimal 204 59 11 0 0.71 0.95 0.2 14.92 0.9 0.42
Hex CC 3B B 0 47 5F 14 F 5A 2A
Octal 314 73 13 0 107 137 24 17 132 52
Binary 11001100 111011 1011 0 1000111 1011111 10100 1111 1011010 101010

Color Harmonies of #CC3B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3B0B

Black with #CC3B0B

Text Example


Text Example

White with #CC3B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3B0B; }

 p { color: rgb(204,59,11); }

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

background-color css

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

 a { background-color: rgb(204,59,11); }

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

border-color css

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

 span { border-color: rgb(204,59,11); }

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