Html Css Color HEX #C93C06 Harley Davidson Orange

📋 copy color: '#C93C06'

red 201 ◦ green 60 ◦ blue 6

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

Shades of Harley Davidson Orange #C93C06

Tints of Harley Davidson Orange #C93C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 75.28%
G = 22.47%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C93C06 (or 0xC93C06) is known color: Harley Davidson Orange. HEX triplet: C9, 3C and 06. RGB value is (201,60,6). Sum of RGB (Red+Green+Blue) = 201+60+6=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93C06 is #36C3F9. Grayscale: #606060. Windows color (decimal): -3589114 or 408777. OLE color: 408777.

HSL color Cylindrical-coordinate representation of color #C93C06: hue angle of 16.62º 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 #C93C06 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 6 -
CMYK 0 0.70 0.97 0.21
HSL 16.62º 0.94% 0.41% -
HSV(B) 16.62º 0.97% 0.79% -
XYZ 25.74 15.66 1.84 -
YUV 96 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 201 60 6 0 0.70 0.97 0.21 16.62 0.94 0.41
Hex C9 3C 6 0 46 61 15 11 5E 29
Octal 311 74 6 0 106 141 25 21 136 51
Binary 11001001 111100 110 0 1000110 1100001 10101 10001 1011110 101001

Color Harmonies of #C93C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C06

Black with #C93C06

Text Example


Text Example

White with #C93C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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