Html Css Color HEX #C94123 Harley Davidson Orange

📋 copy color: '#C94123'

red 201 ◦ green 65 ◦ blue 35

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

Shades of Harley Davidson Orange #C94123

Tints of Harley Davidson Orange #C94123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 66.78%
G = 21.59%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C94123 (or 0xC94123) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 23. RGB value is (201,65,35). Sum of RGB (Red+Green+Blue) = 201+65+35=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C94123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94123 is #36BEDC. Grayscale: #666666. Windows color (decimal): -3587805 or 2310601. OLE color: 2310601.

HSL color Cylindrical-coordinate representation of color #C94123: hue angle of 10.84º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C94123 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 35 -
CMYK 0 0.68 0.83 0.21
HSL 10.84º 0.7% 0.46% -
HSV(B) 10.84º 0.83% 0.79% -
XYZ 26.28 16.32 3.35 -
YUV 102.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 201 65 35 0 0.68 0.83 0.21 10.84 0.7 0.46
Hex C9 41 23 0 44 53 15 B 46 2E
Octal 311 101 43 0 104 123 25 13 106 56
Binary 11001001 1000001 100011 0 1000100 1010011 10101 1011 1000110 101110

Color Harmonies of #C94123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94123

Black with #C94123

Text Example


Text Example

White with #C94123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94123; }

 p { color: rgb(201,65,35); }

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

background-color css

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

 a { background-color: rgb(201,65,35); }

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

border-color css

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

 span { border-color: rgb(201,65,35); }

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