Html Css Color HEX #CC300D Harley Davidson Orange

📋 copy color: '#CC300D'

red 204 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #CC300D

Tints of Harley Davidson Orange #CC300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 76.98%
G = 18.11%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC300D (or 0xCC300D) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 0D. RGB value is (204,48,13). Sum of RGB (Red+Green+Blue) = 204+48+13=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC300D is #33CFF2. Grayscale: #5A5A5A. Windows color (decimal): -3395571 or 864460. OLE color: 864460.

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

Color convert

RGB 204 48 13 -
CMYK 0 0.76 0.94 0.2
HSL 10.99º 0.88% 0.43% -
HSV(B) 10.99º 0.94% 0.8% -
XYZ 26.03 14.98 1.9 -
YUV 90.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 204 48 13 0 0.76 0.94 0.2 10.99 0.88 0.43
Hex CC 30 D 0 4C 5E 14 B 58 2B
Octal 314 60 15 0 114 136 24 13 130 53
Binary 11001100 110000 1101 0 1001100 1011110 10100 1011 1011000 101011

Color Harmonies of #CC300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC300D

Black with #CC300D

Text Example


Text Example

White with #CC300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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