Html Css Color HEX #CC3D12 Harley Davidson Orange

📋 copy color: '#CC3D12'

red 204 ◦ green 61 ◦ blue 18

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

Shades of Harley Davidson Orange #CC3D12

Tints of Harley Davidson Orange #CC3D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 72.08%
G = 21.55%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC3D12 (or 0xCC3D12) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 12. RGB value is (204,61,18). Sum of RGB (Red+Green+Blue) = 204+61+18=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3D12 is #33C2ED. Grayscale: #636363. Windows color (decimal): -3392238 or 1195468. OLE color: 1195468.

HSL color Cylindrical-coordinate representation of color #CC3D12: hue angle of 13.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3D12 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 18 -
CMYK 0 0.70 0.91 0.2
HSL 13.87º 0.84% 0.44% -
HSV(B) 13.87º 0.91% 0.8% -
XYZ 26.68 16.22 2.3 -
YUV 98.86 82.38 203 -
System Red Green Blue C M Y K H S L
Decimal 204 61 18 0 0.70 0.91 0.2 13.87 0.84 0.44
Hex CC 3D 12 0 46 5B 14 E 54 2C
Octal 314 75 22 0 106 133 24 16 124 54
Binary 11001100 111101 10010 0 1000110 1011011 10100 1110 1010100 101100

Color Harmonies of #CC3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D12

Black with #CC3D12

Text Example


Text Example

White with #CC3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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