Html Css Color HEX #C2331F Harley Davidson Orange

📋 copy color: '#C2331F'

red 194 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #C2331F

Tints of Harley Davidson Orange #C2331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 70.29%
G = 18.48%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2331F (or 0xC2331F) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 1F. RGB value is (194,51,31). Sum of RGB (Red+Green+Blue) = 194+51+31=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2331F is #3DCCE0. Grayscale: #5B5B5B. Windows color (decimal): -4050145 or 2044866. OLE color: 2044866.

HSL color Cylindrical-coordinate representation of color #C2331F: hue angle of 7.36º 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 #C2331F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 31 -
CMYK 0 0.74 0.84 0.24
HSL 7.36º 0.72% 0.44% -
HSV(B) 7.36º 0.84% 0.76% -
XYZ 23.68 13.94 2.74 -
YUV 91.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 194 51 31 0 0.74 0.84 0.24 7.36 0.72 0.44
Hex C2 33 1F 0 4A 54 18 7 48 2C
Octal 302 63 37 0 112 124 30 7 110 54
Binary 11000010 110011 11111 0 1001010 1010100 11000 111 1001000 101100

Color Harmonies of #C2331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2331F

Black with #C2331F

Text Example


Text Example

White with #C2331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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