Html Css Color HEX #C3331B Harley Davidson Orange

📋 copy color: '#C3331B'

red 195 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #C3331B

Tints of Harley Davidson Orange #C3331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 71.43%
G = 18.68%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3331B (or 0xC3331B) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 1B. RGB value is (195,51,27). Sum of RGB (Red+Green+Blue) = 195+51+27=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3331B is #3CCCE4. Grayscale: #5B5B5B. Windows color (decimal): -3984613 or 1782723. OLE color: 1782723.

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

Color convert

RGB 195 51 27 -
CMYK 0 0.74 0.86 0.24
HSL 8.57º 0.76% 0.44% -
HSV(B) 8.57º 0.86% 0.76% -
XYZ 23.89 14.05 2.49 -
YUV 91.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 195 51 27 0 0.74 0.86 0.24 8.57 0.76 0.44
Hex C3 33 1B 0 4A 56 18 9 4C 2C
Octal 303 63 33 0 112 126 30 11 114 54
Binary 11000011 110011 11011 0 1001010 1010110 11000 1001 1001100 101100

Color Harmonies of #C3331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3331B

Black with #C3331B

Text Example


Text Example

White with #C3331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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