Html Css Color HEX #CC3D03 Harley Davidson Orange

📋 copy color: '#CC3D03'

red 204 ◦ green 61 ◦ blue 3

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

Shades of Harley Davidson Orange #CC3D03

Tints of Harley Davidson Orange #CC3D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

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

R = 76.12%
G = 22.76%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3D03 (or 0xCC3D03) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 03. RGB value is (204,61,3). Sum of RGB (Red+Green+Blue) = 204+61+3=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3D03 is #33C2FC. Grayscale: #616161. Windows color (decimal): -3392253 or 212428. OLE color: 212428.

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

Color convert

RGB 204 61 3 -
CMYK 0 0.70 0.99 0.2
HSL 17.31º 0.97% 0.41% -
HSV(B) 17.31º 0.99% 0.8% -
XYZ 26.59 16.18 1.81 -
YUV 97.15 74.88 204.22 -
System Red Green Blue C M Y K H S L
Decimal 204 61 3 0 0.70 0.99 0.2 17.31 0.97 0.41
Hex CC 3D 3 0 46 63 14 11 61 29
Octal 314 75 3 0 106 143 24 21 141 51
Binary 11001100 111101 11 0 1000110 1100011 10100 10001 1100001 101001

Color Harmonies of #CC3D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D03

Black with #CC3D03

Text Example


Text Example

White with #CC3D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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