Html Css Color HEX #CC1B13 Harley Davidson Orange

📋 copy color: '#CC1B13'

red 204 ◦ green 27 ◦ blue 19

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

Shades of Harley Davidson Orange #CC1B13

Tints of Harley Davidson Orange #CC1B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.8%

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

R = 81.6%
G = 10.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1B13 (or 0xCC1B13) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 13. RGB value is (204,27,19). Sum of RGB (Red+Green+Blue) = 204+27+19=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B13 is #33E4EC. Grayscale: #4F4F4F. Windows color (decimal): -3400941 or 1252300. OLE color: 1252300.

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

Color convert

RGB 204 27 19 -
CMYK 0 0.87 0.91 0.2
HSL 2.59º 0.83% 0.44% -
HSV(B) 2.59º 0.91% 0.8% -
XYZ 25.41 13.67 1.92 -
YUV 79.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 204 27 19 0 0.87 0.91 0.2 2.59 0.83 0.44
Hex CC 1B 13 0 57 5B 14 3 53 2C
Octal 314 33 23 0 127 133 24 3 123 54
Binary 11001100 11011 10011 0 1010111 1011011 10100 11 1010011 101100

Color Harmonies of #CC1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B13

Black with #CC1B13

Text Example


Text Example

White with #CC1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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