Html Css Color HEX #C6330F Harley Davidson Orange

📋 copy color: '#C6330F'

red 198 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #C6330F

Tints of Harley Davidson Orange #C6330F

RGB

 RED value IS 198 (77.73% from 255) = 75%

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 75%
G = 19.32%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6330F (or 0xC6330F) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 0F. RGB value is (198,51,15). Sum of RGB (Red+Green+Blue) = 198+51+15=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6330F is #39CCF0. Grayscale: #5B5B5B. Windows color (decimal): -3788017 or 996294. OLE color: 996294.

HSL color Cylindrical-coordinate representation of color #C6330F: hue angle of 11.8º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6330F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 51 15 -
CMYK 0 0.74 0.92 0.22
HSL 11.8º 0.86% 0.42% -
HSV(B) 11.8º 0.92% 0.78% -
XYZ 24.56 14.41 1.94 -
YUV 90.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 198 51 15 0 0.74 0.92 0.22 11.8 0.86 0.42
Hex C6 33 F 0 4A 5C 16 C 56 2A
Octal 306 63 17 0 112 134 26 14 126 52
Binary 11000110 110011 1111 0 1001010 1011100 10110 1100 1010110 101010

Color Harmonies of #C6330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6330F

Black with #C6330F

Text Example


Text Example

White with #C6330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6330F; }

 p { color: rgb(198,51,15); }

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

background-color css

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

 a { background-color: rgb(198,51,15); }

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

border-color css

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

 span { border-color: rgb(198,51,15); }

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