Html Css Color HEX #CC1D04 Harley Davidson Orange

📋 copy color: '#CC1D04'

red 204 ◦ green 29 ◦ blue 4

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

Shades of Harley Davidson Orange #CC1D04

Tints of Harley Davidson Orange #CC1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 86.08%
G = 12.24%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC1D04 (or 0xCC1D04) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 04. RGB value is (204,29,4). Sum of RGB (Red+Green+Blue) = 204+29+4=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D04 is #33E2FB. Grayscale: #4E4E4E. Windows color (decimal): -3400444 or 269772. OLE color: 269772.

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

Color convert

RGB 204 29 4 -
CMYK 0 0.86 0.98 0.2
HSL 7.5º 0.96% 0.41% -
HSV(B) 7.5º 0.98% 0.8% -
XYZ 25.36 13.72 1.43 -
YUV 78.48 85.98 217.53 -
System Red Green Blue C M Y K H S L
Decimal 204 29 4 0 0.86 0.98 0.2 7.5 0.96 0.41
Hex CC 1D 4 0 56 62 14 8 60 29
Octal 314 35 4 0 126 142 24 10 140 51
Binary 11001100 11101 100 0 1010110 1100010 10100 1000 1100000 101001

Color Harmonies of #CC1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D04

Black with #CC1D04

Text Example


Text Example

White with #CC1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D04; }

 p { color: rgb(204,29,4); }

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

background-color css

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

 a { background-color: rgb(204,29,4); }

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

border-color css

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

 span { border-color: rgb(204,29,4); }

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