Html Css Color HEX #C94121 Harley Davidson Orange

📋 copy color: '#C94121'

red 201 ◦ green 65 ◦ blue 33

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

Shades of Harley Davidson Orange #C94121

Tints of Harley Davidson Orange #C94121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 67.22%
G = 21.74%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C94121 (or 0xC94121) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 21. RGB value is (201,65,33). Sum of RGB (Red+Green+Blue) = 201+65+33=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94121 is #36BEDE. Grayscale: #666666. Windows color (decimal): -3587807 or 2179529. OLE color: 2179529.

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

Color convert

RGB 201 65 33 -
CMYK 0 0.68 0.84 0.21
HSL 11.43º 0.72% 0.46% -
HSV(B) 11.43º 0.84% 0.79% -
XYZ 26.25 16.31 3.2 -
YUV 102.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 201 65 33 0 0.68 0.84 0.21 11.43 0.72 0.46
Hex C9 41 21 0 44 54 15 B 48 2E
Octal 311 101 41 0 104 124 25 13 110 56
Binary 11001001 1000001 100001 0 1000100 1010100 10101 1011 1001000 101110

Color Harmonies of #C94121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94121

Black with #C94121

Text Example


Text Example

White with #C94121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94121; }

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

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

background-color css

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

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

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

border-color css

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

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

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