Html Css Color HEX #CC300B Harley Davidson Orange

📋 copy color: '#CC300B'

red 204 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #CC300B

Tints of Harley Davidson Orange #CC300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

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

R = 77.57%
G = 18.25%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC300B (or 0xCC300B) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 0B. RGB value is (204,48,11). Sum of RGB (Red+Green+Blue) = 204+48+11=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC300B is #33CFF4. Grayscale: #5A5A5A. Windows color (decimal): -3395573 or 733388. OLE color: 733388.

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

Color convert

RGB 204 48 11 -
CMYK 0 0.76 0.95 0.2
HSL 11.5º 0.9% 0.42% -
HSV(B) 11.5º 0.95% 0.8% -
XYZ 26.02 14.98 1.84 -
YUV 90.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 204 48 11 0 0.76 0.95 0.2 11.5 0.9 0.42
Hex CC 30 B 0 4C 5F 14 C 5A 2A
Octal 314 60 13 0 114 137 24 14 132 52
Binary 11001100 110000 1011 0 1001100 1011111 10100 1100 1011010 101010

Color Harmonies of #CC300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC300B

Black with #CC300B

Text Example


Text Example

White with #CC300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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