Html Css Color HEX #CC1A0D Harley Davidson Orange

📋 copy color: '#CC1A0D'

red 204 ◦ green 26 ◦ blue 13

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

Shades of Harley Davidson Orange #CC1A0D

Tints of Harley Davidson Orange #CC1A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.7%

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

R = 83.95%
G = 10.7%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC1A0D (or 0xCC1A0D) is known color: Harley Davidson Orange. HEX triplet: CC, 1A and 0D. RGB value is (204,26,13). Sum of RGB (Red+Green+Blue) = 204+26+13=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A0D is #33E5F2. Grayscale: #4D4D4D. Windows color (decimal): -3401203 or 858828. OLE color: 858828.

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

Color convert

RGB 204 26 13 -
CMYK 0 0.87 0.94 0.2
HSL 4.08º 0.88% 0.43% -
HSV(B) 4.08º 0.94% 0.8% -
XYZ 25.34 13.61 1.67 -
YUV 77.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 204 26 13 0 0.87 0.94 0.2 4.08 0.88 0.43
Hex CC 1A D 0 57 5E 14 4 58 2B
Octal 314 32 15 0 127 136 24 4 130 53
Binary 11001100 11010 1101 0 1010111 1011110 10100 100 1011000 101011

Color Harmonies of #CC1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A0D

Black with #CC1A0D

Text Example


Text Example

White with #CC1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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