Html Css Color HEX #C9330F Harley Davidson Orange

📋 copy color: '#C9330F'

red 201 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #C9330F

Tints of Harley Davidson Orange #C9330F

RGB

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

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

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

R = 75.28%
G = 19.1%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9330F (or 0xC9330F) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 0F. RGB value is (201,51,15). Sum of RGB (Red+Green+Blue) = 201+51+15=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9330F is #36CCF0. Grayscale: #5C5C5C. Windows color (decimal): -3591409 or 996297. OLE color: 996297.

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

Color convert

RGB 201 51 15 -
CMYK 0 0.75 0.93 0.21
HSL 11.61º 0.86% 0.42% -
HSV(B) 11.61º 0.93% 0.79% -
XYZ 25.36 14.82 1.98 -
YUV 91.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 201 51 15 0 0.75 0.93 0.21 11.61 0.86 0.42
Hex C9 33 F 0 4B 5D 15 C 56 2A
Octal 311 63 17 0 113 135 25 14 126 52
Binary 11001001 110011 1111 0 1001011 1011101 10101 1100 1010110 101010

Color Harmonies of #C9330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9330F

Black with #C9330F

Text Example


Text Example

White with #C9330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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