Html Css Color HEX #CC1D13 Harley Davidson Orange

📋 copy color: '#CC1D13'

red 204 ◦ green 29 ◦ blue 19

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

Shades of Harley Davidson Orange #CC1D13

Tints of Harley Davidson Orange #CC1D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 80.95%
G = 11.51%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1D13 (or 0xCC1D13) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 13. RGB value is (204,29,19). Sum of RGB (Red+Green+Blue) = 204+29+19=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D13 is #33E2EC. Grayscale: #505050. Windows color (decimal): -3400429 or 1252812. OLE color: 1252812.

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

Color convert

RGB 204 29 19 -
CMYK 0 0.86 0.91 0.2
HSL 3.24º 0.83% 0.44% -
HSV(B) 3.24º 0.91% 0.8% -
XYZ 25.46 13.76 1.93 -
YUV 80.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 204 29 19 0 0.86 0.91 0.2 3.24 0.83 0.44
Hex CC 1D 13 0 56 5B 14 3 53 2C
Octal 314 35 23 0 126 133 24 3 123 54
Binary 11001100 11101 10011 0 1010110 1011011 10100 11 1010011 101100

Color Harmonies of #CC1D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D13

Black with #CC1D13

Text Example


Text Example

White with #CC1D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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