Html Css Color HEX #C3331D Harley Davidson Orange

📋 copy color: '#C3331D'

red 195 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #C3331D

Tints of Harley Davidson Orange #C3331D

RGB

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

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

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

R = 70.91%
G = 18.55%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3331D (or 0xC3331D) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 1D. RGB value is (195,51,29). Sum of RGB (Red+Green+Blue) = 195+51+29=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3331D is #3CCCE2. Grayscale: #5B5B5B. Windows color (decimal): -3984611 or 1913795. OLE color: 1913795.

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

Color convert

RGB 195 51 29 -
CMYK 0 0.74 0.85 0.24
HSL 7.95º 0.74% 0.44% -
HSV(B) 7.95º 0.85% 0.76% -
XYZ 23.91 14.06 2.62 -
YUV 91.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 195 51 29 0 0.74 0.85 0.24 7.95 0.74 0.44
Hex C3 33 1D 0 4A 55 18 8 4A 2C
Octal 303 63 35 0 112 125 30 10 112 54
Binary 11000011 110011 11101 0 1001010 1010101 11000 1000 1001010 101100

Color Harmonies of #C3331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3331D

Black with #C3331D

Text Example


Text Example

White with #C3331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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