Html Css Color HEX #C93606 Harley Davidson Orange

📋 copy color: '#C93606'

red 201 ◦ green 54 ◦ blue 6

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

Shades of Harley Davidson Orange #C93606

Tints of Harley Davidson Orange #C93606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 77.01%
G = 20.69%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C93606 (or 0xC93606) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 06. RGB value is (201,54,6). Sum of RGB (Red+Green+Blue) = 201+54+6=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C93606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93606 is #36C9F9. Grayscale: #5C5C5C. Windows color (decimal): -3590650 or 407241. OLE color: 407241.

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

Color convert

RGB 201 54 6 -
CMYK 0 0.73 0.97 0.21
HSL 14.77º 0.94% 0.41% -
HSV(B) 14.77º 0.97% 0.79% -
XYZ 25.44 15.07 1.74 -
YUV 92.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 201 54 6 0 0.73 0.97 0.21 14.77 0.94 0.41
Hex C9 36 6 0 49 61 15 F 5E 29
Octal 311 66 6 0 111 141 25 17 136 51
Binary 11001001 110110 110 0 1001001 1100001 10101 1111 1011110 101001

Color Harmonies of #C93606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93606

Black with #C93606

Text Example


Text Example

White with #C93606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93606; }

 p { color: rgb(201,54,6); }

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

background-color css

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

 a { background-color: rgb(201,54,6); }

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

border-color css

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

 span { border-color: rgb(201,54,6); }

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