Html Css Color HEX #C93400 Harley Davidson Orange

📋 copy color: '#C93400'

red 201 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #C93400

Tints of Harley Davidson Orange #C93400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.45%
G = 20.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93400 (or 0xC93400) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 00. RGB value is (201,52,0). Sum of RGB (Red+Green+Blue) = 201+52+0=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C93400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93400 is #36CBFF. Grayscale: #5A5A5A. Windows color (decimal): -3591168 or 13513. OLE color: 13513.

HSL color Cylindrical-coordinate representation of color #C93400: hue angle of 15.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C93400 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 0 -
CMYK 0 0.74 1 0.21
HSL 15.52º 1% 0.39% -
HSV(B) 15.52º 1% 0.79% -
XYZ 25.32 14.87 1.54 -
YUV 90.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 201 52 0 0 0.74 1 0.21 15.52 1 0.39
Hex C9 34 0 0 4A 64 15 10 64 27
Octal 311 64 0 0 112 144 25 20 144 47
Binary 11001001 110100 0 0 1001010 1100100 10101 10000 1100100 100111

Color Harmonies of #C93400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93400

Black with #C93400

Text Example


Text Example

White with #C93400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93400; }

 p { color: rgb(201,52,0); }

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

background-color css

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

 a { background-color: rgb(201,52,0); }

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

border-color css

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

 span { border-color: rgb(201,52,0); }

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