Html Css Color HEX #C93E1C Harley Davidson Orange

📋 copy color: '#C93E1C'

red 201 ◦ green 62 ◦ blue 28

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

Shades of Harley Davidson Orange #C93E1C

Tints of Harley Davidson Orange #C93E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 69.07%
G = 21.31%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C93E1C (or 0xC93E1C) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 1C. RGB value is (201,62,28). Sum of RGB (Red+Green+Blue) = 201+62+28=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E1C is #36C1E3. Grayscale: #636363. Windows color (decimal): -3588580 or 1851081. OLE color: 1851081.

HSL color Cylindrical-coordinate representation of color #C93E1C: hue angle of 11.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C93E1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 28 -
CMYK 0 0.69 0.86 0.21
HSL 11.79º 0.76% 0.45% -
HSV(B) 11.79º 0.86% 0.79% -
XYZ 26.02 15.95 2.81 -
YUV 99.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 201 62 28 0 0.69 0.86 0.21 11.79 0.76 0.45
Hex C9 3E 1C 0 45 56 15 C 4C 2D
Octal 311 76 34 0 105 126 25 14 114 55
Binary 11001001 111110 11100 0 1000101 1010110 10101 1100 1001100 101101

Color Harmonies of #C93E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E1C

Black with #C93E1C

Text Example


Text Example

White with #C93E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E1C; }

 p { color: rgb(201,62,28); }

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

background-color css

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

 a { background-color: rgb(201,62,28); }

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

border-color css

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

 span { border-color: rgb(201,62,28); }

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