Html Css Color HEX #C9230C Harley Davidson Orange

📋 copy color: '#C9230C'

red 201 ◦ green 35 ◦ blue 12

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

Shades of Harley Davidson Orange #C9230C

Tints of Harley Davidson Orange #C9230C

RGB

 RED value IS 201 (78.91% from 255) = 81.05%

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 81.05%
G = 14.11%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9230C (or 0xC9230C) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 0C. RGB value is (201,35,12). Sum of RGB (Red+Green+Blue) = 201+35+12=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9230C is #36DCF3. Grayscale: #525252. Windows color (decimal): -3595508 or 795593. OLE color: 795593.

HSL color Cylindrical-coordinate representation of color #C9230C: hue angle of 7.3º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9230C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 12 -
CMYK 0 0.83 0.94 0.21
HSL 7.3º 0.89% 0.42% -
HSV(B) 7.3º 0.94% 0.79% -
XYZ 24.75 13.65 1.68 -
YUV 82.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 201 35 12 0 0.83 0.94 0.21 7.3 0.89 0.42
Hex C9 23 C 0 53 5E 15 7 59 2A
Octal 311 43 14 0 123 136 25 7 131 52
Binary 11001001 100011 1100 0 1010011 1011110 10101 111 1011001 101010

Color Harmonies of #C9230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9230C

Black with #C9230C

Text Example


Text Example

White with #C9230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9230C; }

 p { color: rgb(201,35,12); }

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

background-color css

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

 a { background-color: rgb(201,35,12); }

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

border-color css

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

 span { border-color: rgb(201,35,12); }

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