Html Css Color HEX #C6421E Harley Davidson Orange

📋 copy color: '#C6421E'

red 198 ◦ green 66 ◦ blue 30

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

Shades of Harley Davidson Orange #C6421E

Tints of Harley Davidson Orange #C6421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 67.35%
G = 22.45%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6421E (or 0xC6421E) is known color: Harley Davidson Orange. HEX triplet: C6, 42 and 1E. RGB value is (198,66,30). Sum of RGB (Red+Green+Blue) = 198+66+30=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6421E is #39BDE1. Grayscale: #656565. Windows color (decimal): -3784162 or 1983174. OLE color: 1983174.

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

Color convert

RGB 198 66 30 -
CMYK 0 0.67 0.85 0.22
HSL 12.86º 0.74% 0.45% -
HSV(B) 12.86º 0.85% 0.78% -
XYZ 25.47 16 2.97 -
YUV 101.36 87.73 196.93 -
System Red Green Blue C M Y K H S L
Decimal 198 66 30 0 0.67 0.85 0.22 12.86 0.74 0.45
Hex C6 42 1E 0 43 55 16 D 4A 2D
Octal 306 102 36 0 103 125 26 15 112 55
Binary 11000110 1000010 11110 0 1000011 1010101 10110 1101 1001010 101101

Color Harmonies of #C6421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6421E

Black with #C6421E

Text Example


Text Example

White with #C6421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6421E; }

 p { color: rgb(198,66,30); }

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

background-color css

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

 a { background-color: rgb(198,66,30); }

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

border-color css

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

 span { border-color: rgb(198,66,30); }

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