Html Css Color HEX #CC411C Harley Davidson Orange

📋 copy color: '#CC411C'

red 204 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #CC411C

Tints of Harley Davidson Orange #CC411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 68.69%
G = 21.89%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC411C (or 0xCC411C) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 1C. RGB value is (204,65,28). Sum of RGB (Red+Green+Blue) = 204+65+28=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC411C is #33BEE3. Grayscale: #666666. Windows color (decimal): -3391204 or 1851852. OLE color: 1851852.

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

Color convert

RGB 204 65 28 -
CMYK 0 0.68 0.86 0.2
HSL 12.61º 0.76% 0.45% -
HSV(B) 12.61º 0.86% 0.8% -
XYZ 27 16.7 2.9 -
YUV 102.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 204 65 28 0 0.68 0.86 0.2 12.61 0.76 0.45
Hex CC 41 1C 0 44 56 14 D 4C 2D
Octal 314 101 34 0 104 126 24 15 114 55
Binary 11001100 1000001 11100 0 1000100 1010110 10100 1101 1001100 101101

Color Harmonies of #CC411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC411C

Black with #CC411C

Text Example


Text Example

White with #CC411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC411C; }

 p { color: rgb(204,65,28); }

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

background-color css

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

 a { background-color: rgb(204,65,28); }

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

border-color css

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

 span { border-color: rgb(204,65,28); }

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