Html Css Color HEX #C93B25 Harley Davidson Orange

📋 copy color: '#C93B25'

red 201 ◦ green 59 ◦ blue 37

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

Shades of Harley Davidson Orange #C93B25

Tints of Harley Davidson Orange #C93B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 67.68%
G = 19.87%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93B25 (or 0xC93B25) is known color: Harley Davidson Orange. HEX triplet: C9, 3B and 25. RGB value is (201,59,37). Sum of RGB (Red+Green+Blue) = 201+59+37=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B25 is #36C4DA. Grayscale: #636363. Windows color (decimal): -3589339 or 2440137. OLE color: 2440137.

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

Color convert

RGB 201 59 37 -
CMYK 0 0.71 0.82 0.21
HSL 8.05º 0.69% 0.47% -
HSV(B) 8.05º 0.82% 0.79% -
XYZ 25.99 15.68 3.41 -
YUV 98.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 201 59 37 0 0.71 0.82 0.21 8.05 0.69 0.47
Hex C9 3B 25 0 47 52 15 8 45 2F
Octal 311 73 45 0 107 122 25 10 105 57
Binary 11001001 111011 100101 0 1000111 1010010 10101 1000 1000101 101111

Color Harmonies of #C93B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B25

Black with #C93B25

Text Example


Text Example

White with #C93B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B25; }

 p { color: rgb(201,59,37); }

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

background-color css

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

 a { background-color: rgb(201,59,37); }

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

border-color css

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

 span { border-color: rgb(201,59,37); }

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