Html Css Color HEX #C93306 Harley Davidson Orange

📋 copy color: '#C93306'

red 201 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #C93306

Tints of Harley Davidson Orange #C93306

RGB

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

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

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

R = 77.91%
G = 19.77%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C93306 (or 0xC93306) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 06. RGB value is (201,51,6). Sum of RGB (Red+Green+Blue) = 201+51+6=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93306 is #36CCF9. Grayscale: #5B5B5B. Windows color (decimal): -3591418 or 406473. OLE color: 406473.

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

Color convert

RGB 201 51 6 -
CMYK 0 0.75 0.97 0.21
HSL 13.85º 0.94% 0.41% -
HSV(B) 13.85º 0.97% 0.79% -
XYZ 25.3 14.8 1.69 -
YUV 90.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 201 51 6 0 0.75 0.97 0.21 13.85 0.94 0.41
Hex C9 33 6 0 4B 61 15 E 5E 29
Octal 311 63 6 0 113 141 25 16 136 51
Binary 11001001 110011 110 0 1001011 1100001 10101 1110 1011110 101001

Color Harmonies of #C93306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93306

Black with #C93306

Text Example


Text Example

White with #C93306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93306; }

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

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

background-color css

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

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

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

border-color css

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

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

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