Html Css Color HEX #C33A1C Harley Davidson Orange

📋 copy color: '#C33A1C'

red 195 ◦ green 58 ◦ blue 28

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

Shades of Harley Davidson Orange #C33A1C

Tints of Harley Davidson Orange #C33A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 69.4%
G = 20.64%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C33A1C (or 0xC33A1C) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 1C. RGB value is (195,58,28). Sum of RGB (Red+Green+Blue) = 195+58+28=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A1C is #3CC5E3. Grayscale: #5F5F5F. Windows color (decimal): -3982820 or 1850051. OLE color: 1850051.

HSL color Cylindrical-coordinate representation of color #C33A1C: hue angle of 10.78º degrees, saturation: 0.75, 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 #C33A1C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 28 -
CMYK 0 0.70 0.86 0.24
HSL 10.78º 0.75% 0.44% -
HSV(B) 10.78º 0.86% 0.76% -
XYZ 24.23 14.71 2.66 -
YUV 95.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 195 58 28 0 0.70 0.86 0.24 10.78 0.75 0.44
Hex C3 3A 1C 0 46 56 18 B 4B 2C
Octal 303 72 34 0 106 126 30 13 113 54
Binary 11000011 111010 11100 0 1000110 1010110 11000 1011 1001011 101100

Color Harmonies of #C33A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A1C

Black with #C33A1C

Text Example


Text Example

White with #C33A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A1C; }

 p { color: rgb(195,58,28); }

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

background-color css

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

 a { background-color: rgb(195,58,28); }

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

border-color css

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

 span { border-color: rgb(195,58,28); }

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