Html Css Color HEX #C3331F Harley Davidson Orange

📋 copy color: '#C3331F'

red 195 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #C3331F

Tints of Harley Davidson Orange #C3331F

RGB

 RED value IS 195 (76.56% from 255) = 70.4%

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

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

R = 70.4%
G = 18.41%
B = 11.19%

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

#C3331F (or 0xC3331F) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 1F. RGB value is (195,51,31). Sum of RGB (Red+Green+Blue) = 195+51+31=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3331F is #3CCCE0. Grayscale: #5C5C5C. Windows color (decimal): -3984609 or 2044867. OLE color: 2044867.

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

Color convert

RGB 195 51 31 -
CMYK 0 0.74 0.84 0.24
HSL 7.32º 0.73% 0.44% -
HSV(B) 7.32º 0.84% 0.76% -
XYZ 23.94 14.07 2.75 -
YUV 91.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 195 51 31 0 0.74 0.84 0.24 7.32 0.73 0.44
Hex C3 33 1F 0 4A 54 18 7 49 2C
Octal 303 63 37 0 112 124 30 7 111 54
Binary 11000011 110011 11111 0 1001010 1010100 11000 111 1001001 101100

Color Harmonies of #C3331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3331F

Black with #C3331F

Text Example


Text Example

White with #C3331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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