Html Css Color HEX #C2401D Harley Davidson Orange

📋 copy color: '#C2401D'

red 194 ◦ green 64 ◦ blue 29

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

Shades of Harley Davidson Orange #C2401D

Tints of Harley Davidson Orange #C2401D

RGB

 RED value IS 194 (76.17% from 255) = 67.6%

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 67.6%
G = 22.3%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2401D (or 0xC2401D) is known color: Harley Davidson Orange. HEX triplet: C2, 40 and 1D. RGB value is (194,64,29). Sum of RGB (Red+Green+Blue) = 194+64+29=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2401D is #3DBFE2. Grayscale: #636363. Windows color (decimal): -4046819 or 1917122. OLE color: 1917122.

HSL color Cylindrical-coordinate representation of color #C2401D: hue angle of 12.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2401D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 29 -
CMYK 0 0.67 0.85 0.24
HSL 12.73º 0.74% 0.44% -
HSV(B) 12.73º 0.85% 0.76% -
XYZ 24.3 15.22 2.82 -
YUV 98.88 88.57 195.85 -
System Red Green Blue C M Y K H S L
Decimal 194 64 29 0 0.67 0.85 0.24 12.73 0.74 0.44
Hex C2 40 1D 0 43 55 18 D 4A 2C
Octal 302 100 35 0 103 125 30 15 112 54
Binary 11000010 1000000 11101 0 1000011 1010101 11000 1101 1001010 101100

Color Harmonies of #C2401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2401D

Black with #C2401D

Text Example


Text Example

White with #C2401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2401D; }

 p { color: rgb(194,64,29); }

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

background-color css

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

 a { background-color: rgb(194,64,29); }

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

border-color css

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

 span { border-color: rgb(194,64,29); }

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