Html Css Color HEX #C2401F Harley Davidson Orange

📋 copy color: '#C2401F'

red 194 ◦ green 64 ◦ blue 31

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

Shades of Harley Davidson Orange #C2401F

Tints of Harley Davidson Orange #C2401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 67.13%
G = 22.15%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2401F (or 0xC2401F) is known color: Harley Davidson Orange. HEX triplet: C2, 40 and 1F. RGB value is (194,64,31). Sum of RGB (Red+Green+Blue) = 194+64+31=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2401F is #3DBFE0. Grayscale: #636363. Windows color (decimal): -4046817 or 2048194. OLE color: 2048194.

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

Color convert

RGB 194 64 31 -
CMYK 0 0.67 0.84 0.24
HSL 12.15º 0.72% 0.44% -
HSV(B) 12.15º 0.84% 0.76% -
XYZ 24.33 15.24 2.95 -
YUV 99.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 194 64 31 0 0.67 0.84 0.24 12.15 0.72 0.44
Hex C2 40 1F 0 43 54 18 C 48 2C
Octal 302 100 37 0 103 124 30 14 110 54
Binary 11000010 1000000 11111 0 1000011 1010100 11000 1100 1001000 101100

Color Harmonies of #C2401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2401F

Black with #C2401F

Text Example


Text Example

White with #C2401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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