Html Css Color HEX #C33B1E Harley Davidson Orange

📋 copy color: '#C33B1E'

red 195 ◦ green 59 ◦ blue 30

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

Shades of Harley Davidson Orange #C33B1E

Tints of Harley Davidson Orange #C33B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 68.66%
G = 20.77%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C33B1E (or 0xC33B1E) is known color: Harley Davidson Orange. HEX triplet: C3, 3B and 1E. RGB value is (195,59,30). Sum of RGB (Red+Green+Blue) = 195+59+30=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B1E is #3CC4E1. Grayscale: #606060. Windows color (decimal): -3982562 or 1981379. OLE color: 1981379.

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

Color convert

RGB 195 59 30 -
CMYK 0 0.70 0.85 0.24
HSL 10.55º 0.73% 0.44% -
HSV(B) 10.55º 0.85% 0.76% -
XYZ 24.3 14.82 2.81 -
YUV 96.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 195 59 30 0 0.70 0.85 0.24 10.55 0.73 0.44
Hex C3 3B 1E 0 46 55 18 B 49 2C
Octal 303 73 36 0 106 125 30 13 111 54
Binary 11000011 111011 11110 0 1000110 1010101 11000 1011 1001001 101100

Color Harmonies of #C33B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B1E

Black with #C33B1E

Text Example


Text Example

White with #C33B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B1E; }

 p { color: rgb(195,59,30); }

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

background-color css

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

 a { background-color: rgb(195,59,30); }

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

border-color css

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

 span { border-color: rgb(195,59,30); }

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