Html Css Color HEX #CC3F03 Harley Davidson Orange

📋 copy color: '#CC3F03'

red 204 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #CC3F03

Tints of Harley Davidson Orange #CC3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 23.33%

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

R = 75.56%
G = 23.33%
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

#CC3F03 (or 0xCC3F03) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 03. RGB value is (204,63,3). Sum of RGB (Red+Green+Blue) = 204+63+3=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F03 is #33C0FC. Grayscale: #626262. Windows color (decimal): -3391741 or 212940. OLE color: 212940.

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

Color convert

RGB 204 63 3 -
CMYK 0 0.69 0.99 0.2
HSL 17.91º 0.97% 0.41% -
HSV(B) 17.91º 0.99% 0.8% -
XYZ 26.7 16.4 1.84 -
YUV 98.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 204 63 3 0 0.69 0.99 0.2 17.91 0.97 0.41
Hex CC 3F 3 0 45 63 14 12 61 29
Octal 314 77 3 0 105 143 24 22 141 51
Binary 11001100 111111 11 0 1000101 1100011 10100 10010 1100001 101001

Color Harmonies of #CC3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F03

Black with #CC3F03

Text Example


Text Example

White with #CC3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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