Html Css Color HEX #CC410F Harley Davidson Orange

📋 copy color: '#CC410F'

red 204 ◦ green 65 ◦ blue 15

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

Shades of Harley Davidson Orange #CC410F

Tints of Harley Davidson Orange #CC410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 71.83%
G = 22.89%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC410F (or 0xCC410F) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 0F. RGB value is (204,65,15). Sum of RGB (Red+Green+Blue) = 204+65+15=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC410F is #33BEF0. Grayscale: #656565. Windows color (decimal): -3391217 or 999884. OLE color: 999884.

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

Color convert

RGB 204 65 15 -
CMYK 0 0.68 0.93 0.2
HSL 15.87º 0.86% 0.43% -
HSV(B) 15.87º 0.93% 0.8% -
XYZ 26.88 16.65 2.25 -
YUV 100.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 204 65 15 0 0.68 0.93 0.2 15.87 0.86 0.43
Hex CC 41 F 0 44 5D 14 10 56 2B
Octal 314 101 17 0 104 135 24 20 126 53
Binary 11001100 1000001 1111 0 1000100 1011101 10100 10000 1010110 101011

Color Harmonies of #CC410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC410F

Black with #CC410F

Text Example


Text Example

White with #CC410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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