Html Css Color HEX #C33122 Harley Davidson Orange

📋 copy color: '#C33122'

red 195 ◦ green 49 ◦ blue 34

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

Shades of Harley Davidson Orange #C33122

Tints of Harley Davidson Orange #C33122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 34 (13.67% from 255) = 12.23%

R = 70.14%
G = 17.63%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C33122 (or 0xC33122) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 22. RGB value is (195,49,34). Sum of RGB (Red+Green+Blue) = 195+49+34=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C33122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33122 is #3CCEDD. Grayscale: #5B5B5B. Windows color (decimal): -3985118 or 2240963. OLE color: 2240963.

HSL color Cylindrical-coordinate representation of color #C33122: hue angle of 5.59º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C33122 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 34 -
CMYK 0 0.75 0.83 0.24
HSL 5.59º 0.7% 0.45% -
HSV(B) 5.59º 0.83% 0.76% -
XYZ 23.89 13.91 2.94 -
YUV 90.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 195 49 34 0 0.75 0.83 0.24 5.59 0.7 0.45
Hex C3 31 22 0 4B 53 18 6 46 2D
Octal 303 61 42 0 113 123 30 6 106 55
Binary 11000011 110001 100010 0 1001011 1010011 11000 110 1000110 101101

Color Harmonies of #C33122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33122

Black with #C33122

Text Example


Text Example

White with #C33122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33122; }

 p { color: rgb(195,49,34); }

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

background-color css

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

 a { background-color: rgb(195,49,34); }

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

border-color css

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

 span { border-color: rgb(195,49,34); }

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