Html Css Color HEX #C93D25 Harley Davidson Orange

📋 copy color: '#C93D25'

red 201 ◦ green 61 ◦ blue 37

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

Shades of Harley Davidson Orange #C93D25

Tints of Harley Davidson Orange #C93D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 67.22%
G = 20.4%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93D25 (or 0xC93D25) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 25. RGB value is (201,61,37). Sum of RGB (Red+Green+Blue) = 201+61+37=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D25 is #36C2DA. Grayscale: #646464. Windows color (decimal): -3588827 or 2440649. OLE color: 2440649.

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

Color convert

RGB 201 61 37 -
CMYK 0 0.70 0.82 0.21
HSL 8.78º 0.69% 0.47% -
HSV(B) 8.78º 0.82% 0.79% -
XYZ 26.09 15.89 3.44 -
YUV 100.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 201 61 37 0 0.70 0.82 0.21 8.78 0.69 0.47
Hex C9 3D 25 0 46 52 15 9 45 2F
Octal 311 75 45 0 106 122 25 11 105 57
Binary 11001001 111101 100101 0 1000110 1010010 10101 1001 1000101 101111

Color Harmonies of #C93D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D25

Black with #C93D25

Text Example


Text Example

White with #C93D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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