Html Css Color HEX #C6230D Harley Davidson Orange

📋 copy color: '#C6230D'

red 198 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #C6230D

Tints of Harley Davidson Orange #C6230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 80.49%
G = 14.23%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6230D (or 0xC6230D) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 0D. RGB value is (198,35,13). Sum of RGB (Red+Green+Blue) = 198+35+13=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6230D is #39DCF2. Grayscale: #515151. Windows color (decimal): -3792115 or 861126. OLE color: 861126.

HSL color Cylindrical-coordinate representation of color #C6230D: hue angle of 7.14º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 13 -
CMYK 0 0.82 0.93 0.22
HSL 7.14º 0.88% 0.41% -
HSV(B) 7.14º 0.93% 0.78% -
XYZ 23.96 13.24 1.67 -
YUV 81.23 89.5 211.29 -
System Red Green Blue C M Y K H S L
Decimal 198 35 13 0 0.82 0.93 0.22 7.14 0.88 0.41
Hex C6 23 D 0 52 5D 16 7 58 29
Octal 306 43 15 0 122 135 26 7 130 51
Binary 11000110 100011 1101 0 1010010 1011101 10110 111 1011000 101001

Color Harmonies of #C6230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6230D

Black with #C6230D

Text Example


Text Example

White with #C6230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6230D; }

 p { color: rgb(198,35,13); }

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

background-color css

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

 a { background-color: rgb(198,35,13); }

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

border-color css

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

 span { border-color: rgb(198,35,13); }

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