Html Css Color HEX #C93205 Harley Davidson Orange

📋 copy color: '#C93205'

red 201 ◦ green 50 ◦ blue 5

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

Shades of Harley Davidson Orange #C93205

Tints of Harley Davidson Orange #C93205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 78.52%
G = 19.53%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C93205 (or 0xC93205) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 05. RGB value is (201,50,5). Sum of RGB (Red+Green+Blue) = 201+50+5=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C93205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93205 is #36CDFA. Grayscale: #5A5A5A. Windows color (decimal): -3591675 or 340681. OLE color: 340681.

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

Color convert

RGB 201 50 5 -
CMYK 0 0.75 0.98 0.21
HSL 13.78º 0.95% 0.4% -
HSV(B) 13.78º 0.98% 0.79% -
XYZ 25.26 14.71 1.65 -
YUV 90.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 201 50 5 0 0.75 0.98 0.21 13.78 0.95 0.4
Hex C9 32 5 0 4B 62 15 E 5F 28
Octal 311 62 5 0 113 142 25 16 137 50
Binary 11001001 110010 101 0 1001011 1100010 10101 1110 1011111 101000

Color Harmonies of #C93205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93205

Black with #C93205

Text Example


Text Example

White with #C93205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93205; }

 p { color: rgb(201,50,5); }

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

background-color css

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

 a { background-color: rgb(201,50,5); }

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

border-color css

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

 span { border-color: rgb(201,50,5); }

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