Html Css Color HEX #CC4003 Harley Davidson Orange

📋 copy color: '#CC4003'

red 204 ◦ green 64 ◦ blue 3

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

Shades of Harley Davidson Orange #CC4003

Tints of Harley Davidson Orange #CC4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 75.28%
G = 23.62%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4003 (or 0xCC4003) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 03. RGB value is (204,64,3). Sum of RGB (Red+Green+Blue) = 204+64+3=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4003 is #33BFFC. Grayscale: #636363. Windows color (decimal): -3391485 or 213196. OLE color: 213196.

HSL color Cylindrical-coordinate representation of color #CC4003: hue angle of 18.21º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC4003 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 3 -
CMYK 0 0.69 0.99 0.2
HSL 18.21º 0.97% 0.41% -
HSV(B) 18.21º 0.99% 0.8% -
XYZ 26.75 16.51 1.86 -
YUV 98.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 204 64 3 0 0.69 0.99 0.2 18.21 0.97 0.41
Hex CC 40 3 0 45 63 14 12 61 29
Octal 314 100 3 0 105 143 24 22 141 51
Binary 11001100 1000000 11 0 1000101 1100011 10100 10010 1100001 101001

Color Harmonies of #CC4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4003

Black with #CC4003

Text Example


Text Example

White with #CC4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4003; }

 p { color: rgb(204,64,3); }

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

background-color css

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

 a { background-color: rgb(204,64,3); }

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

border-color css

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

 span { border-color: rgb(204,64,3); }

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