Html Css Color HEX #CC301A Harley Davidson Orange

📋 copy color: '#CC301A'

red 204 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #CC301A

Tints of Harley Davidson Orange #CC301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 73.38%
G = 17.27%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC301A (or 0xCC301A) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 1A. RGB value is (204,48,26). Sum of RGB (Red+Green+Blue) = 204+48+26=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC301A is #33CFE5. Grayscale: #5C5C5C. Windows color (decimal): -3395558 or 1716428. OLE color: 1716428.

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

Color convert

RGB 204 48 26 -
CMYK 0 0.76 0.87 0.2
HSL 7.42º 0.77% 0.45% -
HSV(B) 7.42º 0.87% 0.8% -
XYZ 26.15 15.03 2.5 -
YUV 92.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 204 48 26 0 0.76 0.87 0.2 7.42 0.77 0.45
Hex CC 30 1A 0 4C 57 14 7 4D 2D
Octal 314 60 32 0 114 127 24 7 115 55
Binary 11001100 110000 11010 0 1001100 1010111 10100 111 1001101 101101

Color Harmonies of #CC301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC301A

Black with #CC301A

Text Example


Text Example

White with #CC301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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